Searched defs:BinderError (Results 1 – 4 of 4) sorted by relevance
14 pub(crate) struct BinderError { struct19 impl BinderError { impl56 impl From<Error> for BinderError { implementation65 impl From<kernel::fs::file::BadFdError> for BinderError { implementation71 impl From<kernel::alloc::AllocError> for BinderError { implementation80 impl fmt::Debug for BinderError { implementation
125 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node() argument
529 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in submit_oneway()
175 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()