Home | History | Annotate | Download | only in binder

Lines Matching refs:flat_binder_object

83     const flat_binder_object& obj, const void* who)
120 const flat_binder_object& obj, const void* who)
156 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
164 flat_binder_object obj;
196 flat_binder_object obj;
243 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
252 const flat_binder_object* flat = in.readObject(false);
271 const flat_binder_object* flat = in.readObject(false);
458 flat_binder_object* flat
459 = reinterpret_cast<flat_binder_object*>(mData + off);
780 flat_binder_object obj;
912 status_t Parcel::writeObject(const flat_binder_object& val, bool nullMetaData)
918 *reinterpret_cast<flat_binder_object*>(mData+mDataPos) = val;
935 return finishWrite(sizeof(flat_binder_object));
1234 const flat_binder_object* flat = readObject(true);
1324 const flat_binder_object* Parcel::readObject(bool nullMetaData) const
1327 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
1328 const flat_binder_object* obj
1329 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
1330 mDataPos = DPOS + sizeof(flat_binder_object);
1393 const flat_binder_object* flat
1394 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
1446 minOffset = offset + sizeof(flat_binder_object);
1464 const flat_binder_object* flat
1465 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1485 const flat_binder_object* flat
1486 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
1499 const flat_binder_object* flat
1500 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
1659 const flat_binder_object* flat
1660 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
1756 const flat_binder_object* flat
1757 = reinterpret_cast<const flat_binder_object*>(mData + mObjects[i]);