Searched defs:BinderError (Results 1 – 3 of 3) sorted by relevance
14 pub(crate) struct BinderError { struct19 impl BinderError { argument56 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
521 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in submit_oneway()
175 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()