Searched refs:PARCEL_TYPE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp66 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")));
H A DType.cpp23 Type* PARCEL_TYPE; variable
114 PARCEL_TYPE = new ParcelType();
115 NAMES.Add(PARCEL_TYPE);
H A DType.h524 extern Type* PARCEL_TYPE;

Completed in 259 milliseconds