Searched defs:BinderError (Results 1 – 2 of 2) 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
175 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()