Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Ddefs.rs137 decl_wrapper!(BinderTransactionDataSg, uapi::binder_transaction_data_sg);
155 pub(crate) fn with_buffers_size(self, buffers_size: u64) -> BinderTransactionDataSg { in with_buffers_size() argument
156 BinderTransactionDataSg(MaybeUninit::new(uapi::binder_transaction_data_sg { in with_buffers_size()
H A Dthread.rs948 tr: &BinderTransactionDataSg, in copy_transaction_data() argument
1195 fn transaction<T>(self: &Arc<Self>, tr: &BinderTransactionDataSg, inner: T) in transaction() argument
1197 T: FnOnce(&Arc<Self>, &BinderTransactionDataSg) -> BinderResult, in transaction()
1215 fn transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in transaction_inner()
1254 fn reply_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in reply_inner()
1286 fn oneway_transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in oneway_transaction_inner()
1333 let tr = reader.read::<BinderTransactionDataSg>()?; in write()
1345 let tr = reader.read::<BinderTransactionDataSg>()?; in write()
H A Dtransaction.rs68 tr: &BinderTransactionDataSg, in new() argument
129 tr: &BinderTransactionDataSg, in new_reply() argument