Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs72 fn parse_exception_code(code: i32) -> ExceptionCode { in parse_exception_code()
150 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception()
209 pub fn exception_code(&self) -> ExceptionCode { in exception_code()
/aosp12/frameworks/native/libs/binder/rust/sys/
H A DBinderBindings.hpp55 enum ExceptionCode { enum
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/
H A Dmain.rs52 fn new_binder_exception<T: AsRef<str>>(exception: ExceptionCode, message: T) -> Status { in new_binder_exception()