Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs72 let allow_fds = node_ref.node.flags & FLAT_BINDER_FLAG_ACCEPTS_FDS != 0; in new() localVariable
80 allow_fds, in new()
130 allow_fds: bool, in new_reply()
134 let mut alloc = match from.copy_transaction_data(to.clone(), tr, debug_id, allow_fds, None) in new_reply()
H A Dthread.rs655 allow_fds: bool, in translate_object()
682 if !allow_fds { in translate_object()
791 if !allow_fds { in translate_object()
950 allow_fds: bool, in copy_transaction_data()
1066 allow_fds, in copy_transaction_data()
1264 let allow_fds = orig.flags & TF_ACCEPT_FDS != 0; in reply_inner() localVariable
1265 let reply = Transaction::new_reply(self, process, tr, allow_fds)?; in reply_inner()