Home
last modified time | relevance | path

Searched refs:BINDER_TYPE_PTR (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/android/binder/ !
H A Ddefs.rs82 BINDER_TYPE_BINDER, BINDER_TYPE_FD, BINDER_TYPE_FDA, BINDER_TYPE_HANDLE, BINDER_TYPE_PTR,
H A Dallocation.rs527 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 Dthread.rs782 obj_write.hdr.type_ = BINDER_TYPE_PTR; in translate_object()
/linux/include/uapi/linux/android/ !
H A Dbinder.h38 BINDER_TYPE_PTR = B_PACK_CHARS('p', 't', '*', B_TYPE_LARGE), enumerator
/linux/drivers/android/ !
H A Dbinder.c1816 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()