Home
last modified time | relevance | path

Searched defs:ExceptionCode (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Derror.rs73 fn parse_exception_code(code: i32) -> ExceptionCode { in parse_exception_code()
154 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception()
169 exception: ExceptionCode, in new_exception_str()
217 pub fn exception_code(&self) -> ExceptionCode { in exception_code()
416 exception: ExceptionCode, in or_binder_exception_with()
442 exception: ExceptionCode, in or_binder_exception_with()
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp61 enum ExceptionCode { enum