Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_internal.h219 * @accept_fds: file descriptor operations supported for node
260 u8 accept_fds:1; member
H A Dbinder.c780 node->accept_fds = !!(flags & FLAT_BINDER_FLAG_ACCEPTS_FDS); in binder_init_node_ilocked()
2369 target_allows_fd = t->buffer->target_node->accept_fds; in binder_translate_fd()