Lines Matching refs:flat_binder_object
91 const flat_binder_object& obj, const void* who) in acquire_binder_object()
129 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj); in acquire_object()
137 const flat_binder_object& obj, const void* who) in release_object()
183 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder()
191 flat_binder_object obj = {}; in flatten_binder()
233 flat_binder_object obj = {}; in flatten_binder()
280 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument
289 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder()
308 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder()
740 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject()
792 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val);
1448 const flat_binder_object *flat_obj = in readObject()
1449 reinterpret_cast<const flat_binder_object*>(hdr); in readObject()
1526 template const flat_binder_object* Parcel::readObject<flat_binder_object>(size_t *objects_offset) c…
1787 const flat_binder_object* flat in closeFileDescriptors()
1788 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]); in closeFileDescriptors()
1867 minOffset = offset + sizeof(flat_binder_object); in ipcSetDataReference()
1885 const flat_binder_object* flat in print()
1886 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1919 const flat_binder_object* flat in releaseObjects()
1920 = reinterpret_cast<flat_binder_object*>(data+objects[i]); in releaseObjects()
2123 const flat_binder_object* flat in continueWrite()
2124 = reinterpret_cast<flat_binder_object*>(mData+mObjects[i]); in continueWrite()
2236 const flat_binder_object* flat in scanForFds()
2237 = reinterpret_cast<const flat_binder_object*>(mData + mObjects[i]); in scanForFds()