Home
last modified time | relevance | path

Searched refs:flat_binder_object (Results 1 – 3 of 3) sorted by relevance

/system/libhwbinder/include/hwbinder/
DParcel.h35 struct flat_binder_object;
325 const flat_binder_object& obj, const void* who);
327 const flat_binder_object& obj, const void* who);
330 const sp<IBinder>& binder, flat_binder_object* out);
332 const wp<IBinder>& binder, flat_binder_object* out);
334 const flat_binder_object& flat, sp<IBinder>* out);
336 const flat_binder_object& flat, wp<IBinder>* out);
/system/libhwbinder/
DParcel.cpp85 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()
639 const flat_binder_object *fbo = reinterpret_cast<const flat_binder_object*>(hdr); in writeObject()
693 template status_t Parcel::writeObject<flat_binder_object>(const flat_binder_object& val);
1229 const flat_binder_object *flat_obj = in readObject()
[all …]
DProcessState.cpp124 flat_binder_object obj { in becomeContextManager()