Searched defs:ParcelWrapper (Results 1 – 1 of 1) sorted by relevance
44 struct ParcelWrapper : public RefBase { struct45 static sp<ParcelWrapper> Create(const Parcel *p) { in Create()55 const Parcel *getParcel() { in getParcel()60 virtual ~ParcelWrapper() { in ~ParcelWrapper()67 ParcelWrapper() in ParcelWrapper() function70 status_t appendFrom(const Parcel *p) { in appendFrom()77 Parcel *mParcel;