Searched defs:BinderResult (Results 1 – 4 of 4) sorted by relevance
636 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()
10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
271 pub(crate) fn submit(self: DLArc<Self>, info: &mut TransactionInfo) -> BinderResult { in submit()
716 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work()