Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Derror.rs14 pub(crate) struct BinderError { struct
19 impl BinderError { argument
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 Dnode.rs521 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in submit_oneway()
H A Dprocess.rs175 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()