Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dthread.rs636 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper()
663 ) -> BinderResult { in translate_object()
888 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg()
1269 fn transaction_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in transaction_inner()
1307 fn reply_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in reply_inner()
1342 fn oneway_transaction_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in oneway_transaction_inner()
H A Derror.rs10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
H A Dtransaction.rs271 pub(crate) fn submit(self: DLArc<Self>, info: &mut TransactionInfo) -> BinderResult { in submit()
H A Dprocess.rs716 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work()