Searched refs:BINDER_TYPE_BINDER (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | allocation.rs | 373 BINDER_TYPE_BINDER in transfer_binder_object() 417 BINDER_TYPE_WEAK_BINDER | BINDER_TYPE_BINDER => { in cleanup_object() 419 let strong = header.type_ == BINDER_TYPE_BINDER; in cleanup_object() 524 BINDER_TYPE_WEAK_BINDER | BINDER_TYPE_BINDER => Binder(&mut self.fbo), in as_ref() 547 BINDER_TYPE_BINDER => Some(size_of::<uapi::flat_binder_object>()), in type_to_size()
|
| H A D | defs.rs | 82 BINDER_TYPE_BINDER, BINDER_TYPE_FD, BINDER_TYPE_FDA, BINDER_TYPE_HANDLE, BINDER_TYPE_PTR,
|
| H A D | thread.rs | 660 let strong = obj.hdr.type_ == BINDER_TYPE_BINDER; in translate_object()
|
| /linux/include/uapi/linux/android/ |
| H A D | binder.h | 32 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE), enumerator
|
| /linux/drivers/android/ |
| H A D | binder.c | 1807 case BINDER_TYPE_BINDER: in binder_get_object() 2066 case BINDER_TYPE_BINDER: in binder_transaction_buffer_release() 2081 binder_dec_node(node, hdr->type == BINDER_TYPE_BINDER, in binder_transaction_buffer_release() 2250 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_binder() 2255 if (fp->hdr.type == BINDER_TYPE_BINDER) in binder_translate_binder() 2298 fp->hdr.type = BINDER_TYPE_BINDER; in binder_translate_handle() 2308 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_handle() 3521 case BINDER_TYPE_BINDER: in binder_transaction()
|