Searched defs:BinderResult (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 622 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 D | error.rs | 10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
|
| H A D | transaction.rs | 240 pub(crate) fn submit(self: DLArc<Self>) -> BinderResult { in submit()
|
| H A D | process.rs | 709 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work()
|