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
48 impl From<Error> for BinderError { implementation
57 impl From<kernel::fs::file::BadFdError> for BinderError { implementation
63 impl From<kernel::alloc::AllocError> for BinderError { implementation
72 impl fmt::Debug for BinderError { implementation
H A Dcontext.rs136 pub(crate) fn get_manager_node(&self, strong: bool) -> Result<NodeRef, BinderError> { in get_manager_node() argument
H A Dprocess.rs176 ) -> Result<(), (BinderError, DLArc<dyn DeliverToRead>)> { in push_work()