Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 5 of 5) sorted by relevance

/system/libhwbinder/
DParcel.cpp177 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() argument
179 return out->writeObject(flat); in finish_flatten_binder()
234 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() local
236 if (flat) { in unflatten_binder()
237 switch (flat->hdr.type) { in unflatten_binder()
239 *out = reinterpret_cast<IBinder*>(flat->cookie); in unflatten_binder()
240 return finish_unflatten_binder(nullptr, *flat, in); in unflatten_binder()
242 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder()
244 static_cast<BpHwBinder*>(out->get()), *flat, in); in unflatten_binder()
1521 const flat_binder_object* flat in closeFileDescriptors() local
[all …]
/system/libhwbinder/include/hwbinder/
DParcel.h319 const flat_binder_object& flat, sp<IBinder>* out);
321 const flat_binder_object& flat, wp<IBinder>* out);
/system/core/toolbox/
Dgetevent.c197 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, in print_possible_events()
/system/bt/gd/docs/architecture/
Dstyle_guide.md82 * Directory structure should be as flat as possible
/system/chre/platform/shared/idl/
Dhost_messages.fbs175 /// A buffer containing formatted log data. A flat array is used here to avoid