Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs929 tr: &BinderTransactionDataSg, in copy_transaction_data() argument
1171 fn transaction<T>(self: &Arc<Self>, tr: &BinderTransactionDataSg, inner: T) in transaction() argument
1173 T: FnOnce(&Arc<Self>, &BinderTransactionDataSg) -> BinderResult, in transaction()
1191 fn transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in transaction_inner()
1230 fn reply_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in reply_inner()
1262 fn oneway_transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in oneway_transaction_inner()
1309 let tr = reader.read::<BinderTransactionDataSg>()?; in write()
1321 let tr = reader.read::<BinderTransactionDataSg>()?; in write()
H A Dtransaction.rs57 tr: &BinderTransactionDataSg, in new() argument
118 tr: &BinderTransactionDataSg, in new_reply() argument