Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs19 error::{BinderError, BinderResult},
58 ) -> BinderResult<DLArc<Self>> { in new()
120 ) -> BinderResult<DLArc<Self>> { in new_reply()
240 pub(crate) fn submit(self: DLArc<Self>) -> BinderResult { in submit() argument
H A Dthread.rs29 error::BinderResult,
622 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper() argument
649 ) -> BinderResult { in translate_object() argument
866 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg() argument
933 ) -> BinderResult<NewAllocation> { in copy_transaction_data()
1173 T: FnOnce(&Arc<Self>, &BinderTransactionDataSg) -> BinderResult, in transaction() argument
1191 fn transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in transaction_inner() argument
1230 fn reply_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in reply_inner() argument
1237 let out = (|| -> BinderResult<_> { in reply_inner()
1262 fn oneway_transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in oneway_transaction_inner() argument
H A Derror.rs10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
H A Dprocess.rs45 error::{BinderError, BinderResult},
709 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() argument
893 pub(crate) fn get_transaction_node(&self, handle: u32) -> BinderResult<NodeRef> { in get_transaction_node()
1002 ) -> BinderResult<NewAllocation> { in buffer_alloc()