Searched refs:txn_security_ctx (Results 1 – 2 of 2) sorted by relevance
62 let txn_security_ctx = node_ref.node.flags & FLAT_BINDER_FLAG_TXN_SECURITY_CTX != 0; in new() localVariable63 let mut txn_security_ctx_off = if txn_security_ctx { Some(0) } else { None }; in new()
782 node->txn_security_ctx = !!(flags & FLAT_BINDER_FLAG_TXN_SECURITY_CTX); in binder_init_node_ilocked()3345 if (target_node && target_node->txn_security_ctx) { in binder_transaction()