Searched defs:AParcel (Results 1 – 3 of 3) sorted by relevance
26 struct AParcel { struct30 explicit AParcel(const AIBinder* binder) in AParcel() argument32 AParcel(const AIBinder* binder, ::android::Parcel* parcel, bool owns) in AParcel() argument35 ~AParcel() { in ~AParcel() argument41 static const AParcel readOnly(const AIBinder* binder, const ::android::Parcel* parcel) { in readOnly() argument45 const AIBinder* getBinder() { return mBinder; } in getBinder()53 bool mOwns;
48 typedef struct AParcel AParcel; typedef
232 AIBinder* binder, transaction_code_t code, const AParcel* /*in*/, AParcel* /*out*/) { in NdkBadStableBinder_Class_onTransact()