Searched refs:flat_binder_object (Results 1 – 3 of 3) sorted by relevance
/system/libhwbinder/ |
D | Parcel.cpp | 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() [all …]
|
D | ProcessState.cpp | 170 flat_binder_object obj { in becomeContextManager()
|
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 323 const flat_binder_object& obj, const void* who); 325 const flat_binder_object& obj, const void* who); 328 const sp<IBinder>& binder, flat_binder_object* out); 330 const wp<IBinder>& binder, flat_binder_object* out); 332 const flat_binder_object& flat, sp<IBinder>* out); 334 const flat_binder_object& flat, wp<IBinder>* out);
|