Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs622 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper()
649 ) -> BinderResult { in translate_object()
866 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
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()
H A Derror.rs10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
H A Dtransaction.rs240 pub(crate) fn submit(self: DLArc<Self>) -> BinderResult { in submit()
H A Dprocess.rs709 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work()