Lines Matching refs:flat_binder_object
73 const flat_binder_object& obj, const void* who)
110 const flat_binder_object& obj, const void* who)
146 const sp<IBinder>& binder, const flat_binder_object& flat, Parcel* out)
154 flat_binder_object obj;
185 flat_binder_object obj;
231 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
239 const flat_binder_object* flat = in.readObject(false);
258 const flat_binder_object* flat = in.readObject(false);
429 flat_binder_object* flat
430 = reinterpret_cast<flat_binder_object*>(mData + off);
715 flat_binder_object obj;
820 status_t Parcel::writeObject(const flat_binder_object& val, bool nullMetaData)
826 *reinterpret_cast<flat_binder_object*>(mData+mDataPos) = val;
843 return finishWrite(sizeof(flat_binder_object));
1095 const flat_binder_object* flat = readObject(true);
1164 const flat_binder_object* Parcel::readObject(bool nullMetaData) const
1167 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
1168 const flat_binder_object* obj
1169 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
1170 mDataPos = DPOS + sizeof(flat_binder_object);
1233 const flat_binder_object* flat
1234 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
1293 const flat_binder_object* flat
1294 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1314 const flat_binder_object* flat
1315 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
1328 const flat_binder_object* flat
1329 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
1466 const flat_binder_object* flat
1467 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
1550 const flat_binder_object* flat
1551 = reinterpret_cast<const flat_binder_object*>(mData + mObjects[i]);