Lines Matching refs:hdr
160 switch (obj.hdr.type) { in acquire_object()
183 ALOGD("Invalid object type 0x%08x", obj.hdr.type); in acquire_object()
188 switch (obj.hdr.type) { in release_object()
213 ALOGE("Invalid object type 0x%08x", obj.hdr.type); in release_object()
296 obj.hdr.type = BINDER_TYPE_HANDLE; in flattenBinder()
316 obj.hdr.type = BINDER_TYPE_BINDER; in flattenBinder()
321 obj.hdr.type = BINDER_TYPE_BINDER; in flattenBinder()
370 switch (flat->hdr.type) { in unflattenBinder()
602 if (flat->hdr.type == BINDER_TYPE_FD) { in appendFrom()
764 if (flat->hdr.type != BINDER_TYPE_BINDER) continue; in debugReadAllStrongBinders()
788 if (flat->hdr.type != BINDER_TYPE_FD) continue; in debugReadAllFileDescriptors()
834 if (flat->hdr.type == BINDER_TYPE_BINDER || flat->hdr.type == BINDER_TYPE_HANDLE) { in hasBindersInRange()
874 if (flat->hdr.type == BINDER_TYPE_FD) { in hasFileDescriptorsInRange()
1618 obj.hdr.type = BINDER_TYPE_FD; in writeFileDescriptor()
1798 if (val.hdr.type == BINDER_TYPE_FD) { in writeObject()
2424 if (flat && flat->hdr.type == BINDER_TYPE_FD) { in readFileDescriptor()
2685 if (flat->hdr.type == BINDER_TYPE_FD) { in closeFileDescriptors()
2753 uint32_t type = flat->hdr.type; in ipcSetDataReference()
2846 << TypeCode(flat->hdr.type & 0x7f7f7f00) << " = " << flat->binder; in print()
3136 if (flat->hdr.type == BINDER_TYPE_FD) { in continueWrite()
3305 if (flat->hdr.type == BINDER_TYPE_FD && flat->cookie != 0 && ashmem_valid(flat->handle)) { in getOpenAshmemSize()