Searched refs:BinderResult (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | transaction.rs | 19 error::{BinderError, BinderResult}, 95 ) -> BinderResult<DLArc<Self>> { in new() 154 ) -> BinderResult<DLArc<Self>> { in new_reply() 271 pub(crate) fn submit(self: DLArc<Self>, info: &mut TransactionInfo) -> BinderResult { in submit() argument
|
| H A D | thread.rs | 29 error::BinderResult, 636 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper() argument 663 ) -> BinderResult { in translate_object() argument 888 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg() argument 959 ) -> BinderResult<NewAllocation> { in copy_transaction_data() 1269 fn transaction_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in transaction_inner() argument 1307 fn reply_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in reply_inner() argument 1317 let out = (|| -> BinderResult<_> { in reply_inner() 1342 fn oneway_transaction_inner(self: &Arc<Self>, info: &mut TransactionInfo) -> BinderResult { in oneway_transaction_inner() argument
|
| H A D | error.rs | 10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
|
| H A D | process.rs | 45 error::{BinderError, BinderResult}, 716 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() argument 900 pub(crate) fn get_transaction_node(&self, handle: u32) -> BinderResult<NodeRef> { in get_transaction_node() 1008 ) -> BinderResult<NewAllocation> { in buffer_alloc()
|