Searched refs:target_allows_fd (Results 1 – 1 of 1) sorted by relevance
2572 bool target_allows_fd; in binder_translate_fd() local2575 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()2577 target_allows_fd = t->buffer->target_node->accept_fds; in binder_translate_fd()2578 if (!target_allows_fd) { in binder_translate_fd()