Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs43 txn_security_ctx_off: Option<usize>, field
63 let mut txn_security_ctx_off = if txn_security_ctx { Some(0) } else { None }; in new() localVariable
70 txn_security_ctx_off.as_mut(), in new()
109 txn_security_ctx_off, in new()
149 txn_security_ctx_off: None, in new_reply()
389 } else if self.txn_security_ctx_off.is_some() { in do_work()
397 if let Some(off) = self.txn_security_ctx_off { in do_work()