Searched refs:flat (Results 1 – 5 of 5) sorted by relevance
/system/libhwbinder/ |
D | Parcel.cpp | 183 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out) in finish_flatten_binder() argument 185 return out->writeObject(flat); in finish_flatten_binder() 289 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() local 291 if (flat) { in unflatten_binder() 292 switch (flat->hdr.type) { in unflatten_binder() 294 *out = reinterpret_cast<IBinder*>(flat->cookie); in unflatten_binder() 295 return finish_unflatten_binder(nullptr, *flat, in); in unflatten_binder() 297 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder() 299 static_cast<BpHwBinder*>(out->get()), *flat, in); in unflatten_binder() 308 const flat_binder_object* flat = in.readObject<flat_binder_object>(); in unflatten_binder() local [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | Parcel.h | 332 const flat_binder_object& flat, sp<IBinder>* out); 334 const flat_binder_object& flat, wp<IBinder>* out);
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 68 // stack traces as opposed to flat profile).
|
/system/core/toolbox/ |
D | getevent.c | 197 abs.value, abs.minimum, abs.maximum, abs.fuzz, abs.flat, in print_possible_events()
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 175 /// A buffer containing formatted log data. A flat array is used here to avoid
|