Home | History | Annotate | Download | only in media

Lines Matching full:parcel

38 class Parcel;
68 int msg, int ext1, int ext2, const Parcel *obj);
165 virtual status_t setParameter(int key, const Parcel &request) = 0;
166 virtual status_t getParameter(int key, Parcel *reply) = 0;
182 // @param request Parcel that is positioned at the start of the
184 // @param[out] reply Parcel to hold the reply data. Cannot be null.
186 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
193 // @param[inout] records Parcel where the player appends its metadata.
196 Parcel *records) {
207 const Parcel *obj=NULL) {