Home
last modified time | relevance | path

Searched refs:BINDER_TYPE_BINDER (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/uapi/linux/android/
H A Dbinder.h32 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE), enumerator
/linux-6.15/drivers/android/
H A Dbinder.c1812 case BINDER_TYPE_BINDER: in binder_get_object()
2071 case BINDER_TYPE_BINDER: in binder_transaction_buffer_release()
2086 binder_dec_node(node, hdr->type == BINDER_TYPE_BINDER, in binder_transaction_buffer_release()
2255 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_binder()
2260 if (fp->hdr.type == BINDER_TYPE_BINDER) in binder_translate_binder()
2303 fp->hdr.type = BINDER_TYPE_BINDER; in binder_translate_handle()
2313 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_handle()
3466 case BINDER_TYPE_BINDER: in binder_transaction()