Home | History | Annotate | Download | only in libhwbinder

Lines Matching refs:flat_binder_object

99     const flat_binder_object& obj, const void* who)
137 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj);
145 const flat_binder_object& obj, const void* who)
191 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
199 flat_binder_object obj;
238 flat_binder_object obj;
285 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/,
294 const flat_binder_object* flat = in.readObject<flat_binder_object>();
313 const flat_binder_object* flat = in.readObject<flat_binder_object>();
745 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr);
798 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val);
1443 const flat_binder_object *flat_obj =
1444 reinterpret_cast<const flat_binder_object*>(hdr);
1521 template const flat_binder_object* Parcel::readObject<flat_binder_object>(size_t *objects_offset) const;
1766 const flat_binder_object* flat
1767 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
1846 minOffset = offset + sizeof(flat_binder_object);
1864 const flat_binder_object* flat
1865 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]);
1898 const flat_binder_object* flat
1899 = reinterpret_cast<flat_binder_object*>(data+objects[i]);
2102 const flat_binder_object* flat
2103 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]);
2215 const flat_binder_object* flat
2216 = reinterpret_cast<const flat_binder_object*>(mData + mObjects[i]);