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.rs97 let allow_fds = node_ref.node.flags & FLAT_BINDER_FLAG_ACCEPTS_FDS != 0; in new() localVariable
105 allow_fds, in new()
153 allow_fds: bool, in new_reply()
157 match from.copy_transaction_data(to.clone(), info, debug_id, allow_fds, None) { in new_reply()
H A Dthread.rs661 allow_fds: bool, in translate_object()
688 if !allow_fds { in translate_object()
798 if !allow_fds { in translate_object()
957 allow_fds: bool, in copy_transaction_data()
1064 allow_fds, in copy_transaction_data()
1320 let allow_fds = orig.flags & TF_ACCEPT_FDS != 0; in reply_inner() localVariable
1321 let reply = Transaction::new_reply(self, process, info, allow_fds)?; in reply_inner()