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.rs61 let allow_fds = node_ref.node.flags & FLAT_BINDER_FLAG_ACCEPTS_FDS != 0; in new() localVariable
69 allow_fds, in new()
119 allow_fds: bool, in new_reply()
123 let mut alloc = match from.copy_transaction_data(to.clone(), tr, debug_id, allow_fds, None) in new_reply()
H A Dthread.rs647 allow_fds: bool, in translate_object()
674 if !allow_fds { in translate_object()
784 if !allow_fds { in translate_object()
931 allow_fds: bool, in copy_transaction_data()
1043 allow_fds, in copy_transaction_data()
1240 let allow_fds = orig.flags & TF_ACCEPT_FDS != 0; in reply_inner() localVariable
1241 let reply = Transaction::new_reply(self, process, tr, allow_fds)?; in reply_inner()