Home
last modified time | relevance | path

Searched defs: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