Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/android/
H A Dbinder.h32 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE), enumerator
/openbmc/linux/drivers/android/
H A Dbinder.c1725 case BINDER_TYPE_BINDER: in binder_get_object()
1984 case BINDER_TYPE_BINDER: in binder_transaction_buffer_release()
1999 binder_dec_node(node, hdr->type == BINDER_TYPE_BINDER, in binder_transaction_buffer_release()
2169 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_binder()
2174 if (fp->hdr.type == BINDER_TYPE_BINDER) in binder_translate_binder()
2217 fp->hdr.type = BINDER_TYPE_BINDER; in binder_translate_handle()
2227 fp->hdr.type == BINDER_TYPE_BINDER, in binder_translate_handle()
3380 case BINDER_TYPE_BINDER: in binder_transaction()