HomeSort by relevance Sort by last modified time
    Searched refs:PARCEL_TYPE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
generate_java_binder.cpp 66 this->transact_data = new Variable(PARCEL_TYPE, "data");
67 this->transact_reply = new Variable(PARCEL_TYPE, "reply");
403 Variable* _data = new Variable(PARCEL_TYPE, "_data");
405 new MethodCall(PARCEL_TYPE, "obtain")));
408 _reply = new Variable(PARCEL_TYPE, "_reply");
410 new MethodCall(PARCEL_TYPE, "obtain")));
Type.cpp 23 Type* PARCEL_TYPE;
114 PARCEL_TYPE = new ParcelType();
115 NAMES.Add(PARCEL_TYPE);
    [all...]
Type.h 524 extern Type* PARCEL_TYPE;

Completed in 60 milliseconds