Home | History | Annotate | Download | only in binder

Lines Matching refs:flat_binder_object

105     const flat_binder_object& obj, const void* who, size_t* outAshmemSize)
147 const flat_binder_object& obj, const void* who)
153 const flat_binder_object& obj, const void* who, size_t* outAshmemSize)
198 const flat_binder_object& obj, const void* who)
204 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
212 flat_binder_object obj;
251 flat_binder_object obj;
298 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
307 const flat_binder_object* flat = in.readObject(false);
326 const flat_binder_object* flat = in.readObject(false);
497 if ((off >= offset) && (off + sizeof(flat_binder_object) <= offset + len)) {
542 flat_binder_object* flat
543 = reinterpret_cast<flat_binder_object*>(mData + off);
1154 flat_binder_object obj;
1304 status_t Parcel::writeObject(const flat_binder_object& val, bool nullMetaData)
1310 *reinterpret_cast<flat_binder_object*>(mData+mDataPos) = val;
1328 return finishWrite(sizeof(flat_binder_object));
2133 const flat_binder_object* flat = readObject(true);
2257 const flat_binder_object* Parcel::readObject(bool nullMetaData) const
2260 if ((DPOS+sizeof(flat_binder_object)) <= mDataSize) {
2261 const flat_binder_object* obj
2262 = reinterpret_cast<const flat_binder_object*>(mData+DPOS);
2263 mDataPos = DPOS + sizeof(flat_binder_object);
2326 const flat_binder_object* flat
2327 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
2379 minOffset = offset + sizeof(flat_binder_object);
2397 const flat_binder_object* flat
2398 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
2418 const flat_binder_object* flat
2419 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
2432 const flat_binder_object* flat
2433 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
2619 const flat_binder_object* flat
2620 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
2729 const flat_binder_object* flat
2730 = reinterpret_cast<const flat_binder_object*>(mData + mObjects[i]);