Searched defs:flat (Results 1 - 1 of 1) sorted by relevance

/system/libhwbinder/
H A DParcel.cpp191 const sp<IBinder>& /*binder*/, const flat_binder_object& flat, Parcel* out)
193 return out->writeObject(flat);
285 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/,
294 const flat_binder_object* flat = in.readObject<flat_binder_object>(); local
296 if (flat) {
297 switch (flat->hdr.type) {
299 *out = reinterpret_cast<IBinder*>(flat->cookie);
300 return finish_unflatten_binder(NULL, *flat, in);
302 *out = proc->getStrongProxyForHandle(flat->handle);
304 static_cast<BpHwBinder*>(out->get()), *flat, i
190 finish_flatten_binder( const sp<IBinder>& , const flat_binder_object& flat, Parcel* out) argument
313 const flat_binder_object* flat = in.readObject<flat_binder_object>(); local
1766 const flat_binder_object* flat local
1864 const flat_binder_object* flat local
1898 const flat_binder_object* flat local
1912 const binder_object_header* flat local
2102 const flat_binder_object* flat local
2215 const flat_binder_object* flat local
[all...]

Completed in 260 milliseconds