Searched refs:BINDER_TYPE_PTR (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/android/binder/ ! |
| H A D | defs.rs | 82 BINDER_TYPE_BINDER, BINDER_TYPE_FD, BINDER_TYPE_FDA, BINDER_TYPE_HANDLE, BINDER_TYPE_PTR,
|
| H A D | allocation.rs | 527 BINDER_TYPE_PTR => Ptr(&mut self.bbo), in as_ref() 551 BINDER_TYPE_PTR => Some(size_of::<uapi::binder_buffer_object>()), in type_to_size()
|
| H A D | thread.rs | 782 obj_write.hdr.type_ = BINDER_TYPE_PTR; in translate_object()
|
| /linux/include/uapi/linux/android/ ! |
| H A D | binder.h | 38 BINDER_TYPE_PTR = B_PACK_CHARS('p', 't', '*', B_TYPE_LARGE), enumerator
|
| /linux/drivers/android/ ! |
| H A D | binder.c | 1816 case BINDER_TYPE_PTR: in binder_get_object() 1876 if (!object_size || object->hdr.type != BINDER_TYPE_PTR) in binder_validate_ptr() 2116 case BINDER_TYPE_PTR: in binder_transaction_buffer_release() 3656 case BINDER_TYPE_PTR: { in binder_transaction()
|