Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs19 error::{BinderError, BinderResult},
69 ) -> BinderResult<DLArc<Self>> { in new()
131 ) -> BinderResult<DLArc<Self>> { in new_reply()
251 pub(crate) fn submit(self: DLArc<Self>) -> BinderResult { in submit() argument
H A Dthread.rs29 error::BinderResult,
630 pub(crate) fn push_work_if_looper(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work_if_looper() argument
657 ) -> BinderResult { in translate_object() argument
881 fn apply_sg(&self, alloc: &mut Allocation, sg_state: &mut ScatterGatherState) -> BinderResult { in apply_sg() argument
952 ) -> BinderResult<NewAllocation> { in copy_transaction_data()
1197 T: FnOnce(&Arc<Self>, &BinderTransactionDataSg) -> BinderResult, in transaction() argument
1215 fn transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in transaction_inner() argument
1254 fn reply_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in reply_inner() argument
1261 let out = (|| -> BinderResult<_> { in reply_inner()
1286 fn oneway_transaction_inner(self: &Arc<Self>, tr: &BinderTransactionDataSg) -> BinderResult { in oneway_transaction_inner() argument
H A Derror.rs10 pub(crate) type BinderResult<T = ()> = core::result::Result<T, BinderError>; typedef
H A Dprocess.rs45 error::{BinderError, BinderResult},
715 pub(crate) fn push_work(&self, work: DLArc<dyn DeliverToRead>) -> BinderResult { in push_work() argument
899 pub(crate) fn get_transaction_node(&self, handle: u32) -> BinderResult<NodeRef> { in get_transaction_node()
1008 ) -> BinderResult<NewAllocation> { in buffer_alloc()