Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Derror.rs14 pub(crate) struct BinderError { struct
19 impl BinderError { impl
56 impl From<Error> for BinderError { implementation
65 impl From<kernel::fs::file::BadFdError> for BinderError { implementation
71 impl From<kernel::alloc::AllocError> for BinderError { implementation
80 impl fmt::Debug for BinderError { implementation
H A Dcontext.rs125 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node() argument
H A Dnode.rs529 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in submit_oneway()
H A Dprocess.rs175 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()