Lines Matching refs:hdr
99 switch (obj.hdr.type) { in acquire_object()
135 ALOGD("Invalid object type 0x%08x", obj.hdr.type); in acquire_object()
147 switch (obj.hdr.type) { in release_object()
189 ALOGE("Invalid object type 0x%08x", obj.hdr.type); in release_object()
225 obj.hdr.type = BINDER_TYPE_HANDLE; in flatten_binder()
233 obj.hdr.type = BINDER_TYPE_BINDER; in flatten_binder()
238 obj.hdr.type = BINDER_TYPE_BINDER; in flatten_binder()
262 obj.hdr.type = BINDER_TYPE_WEAK_HANDLE; in flatten_binder()
267 obj.hdr.type = BINDER_TYPE_WEAK_BINDER; in flatten_binder()
282 obj.hdr.type = BINDER_TYPE_BINDER; in flatten_binder()
288 obj.hdr.type = BINDER_TYPE_BINDER; in flatten_binder()
308 switch (flat->hdr.type) { in unflatten_binder()
327 switch (flat->hdr.type) { in unflatten_binder()
545 if (flat->hdr.type == BINDER_TYPE_FD) { in appendFrom()
1208 obj.hdr.type = BINDER_TYPE_FD; in writeFileDescriptor()
1379 if (val.hdr.type == BINDER_TYPE_FD) { in writeObject()
2290 if (flat && flat->hdr.type == BINDER_TYPE_FD) { in readFileDescriptor()
2530 if (flat->hdr.type == BINDER_TYPE_FD) { in closeFileDescriptors()
2603 << TypeCode(flat->hdr.type & 0x7f7f7f00) in print()
2832 if (flat->hdr.type == BINDER_TYPE_FD) { in continueWrite()
2954 if (flat->hdr.type == BINDER_TYPE_FD) { in scanForFds()