Searched refs:flat_binder_object (Results 1 – 3 of 3) sorted by relevance
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 31 struct flat_binder_object; 310 const flat_binder_object& obj, const void* who); 312 const flat_binder_object& obj, const void* who); 315 const sp<IBinder>& binder, flat_binder_object* out); 317 const wp<IBinder>& binder, flat_binder_object* out); 319 const flat_binder_object& flat, sp<IBinder>* out); 321 const flat_binder_object& flat, wp<IBinder>* out);
|
/system/libhwbinder/ |
D | Parcel.cpp | 85 const flat_binder_object& obj, const void* who) in acquire_binder_object() 123 const flat_binder_object& fbo = reinterpret_cast<const flat_binder_object&>(obj); in acquire_object() 131 const flat_binder_object& obj, const void* who) in release_object() 177 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() 185 flat_binder_object obj = {}; in flatten_binder() 225 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument 234 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() 634 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject() 688 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val); 1224 const flat_binder_object *flat_obj = in readObject() [all …]
|
D | ProcessState.cpp | 178 flat_binder_object obj { in becomeContextManager()
|