Recent content by Sasidhar

  1. S

    modifying aidl compiler to generate c++ proxy and stub interface

    i know that the .java file generated from .aidl file has import files like android.os.binder,iinterface,ibinder etc. changing language dependent java specific files to spport c++ I also know that there is a native directory in frameworks where binder files in cpp are available. now if i just...