Searched refs:target_allows_fd (Results 1 – 1 of 1) sorted by relevance
2355 bool target_allows_fd; in binder_translate_fd() local2358 target_allows_fd = !!(in_reply_to->flags & TF_ACCEPT_FDS); in binder_translate_fd()2360 target_allows_fd = t->buffer->target_node->accept_fds; in binder_translate_fd()2361 if (!target_allows_fd) { in binder_translate_fd()