Searched refs:target_allows_fd (Results 1 – 1 of 1) sorted by relevance
2250 bool target_allows_fd; in binder_translate_fd() local2253 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()2255 target_allows_fd = t->buffer->target_node->accept_fds; in binder_translate_fd()2256 if (!target_allows_fd) { in binder_translate_fd()