Searched defs:BinderError (Results 1 – 3 of 3) sorted by relevance
14 pub(crate) struct BinderError { struct19 impl BinderError { argument48 impl From<Error> for BinderError { implementation57 impl From<kernel::fs::file::BadFdError> for BinderError { implementation63 impl From<kernel::alloc::AllocError> for BinderError { implementation72 impl fmt::Debug for BinderError { implementation
136 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node() argument
176 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()