Home
last modified time | relevance | path

Searched refs:SERVICE_SPECIFIC (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Derror.rs85 e if e == ExceptionCode::SERVICE_SPECIFIC as i32 => ExceptionCode::SERVICE_SPECIFIC, in parse_exception_code()
289 (ExceptionCode::SERVICE_SPECIFIC, ExceptionCode::SERVICE_SPECIFIC) => { in eq()
470 assert_eq!(status.exception_code(), ExceptionCode::SERVICE_SPECIFIC); in make_service_specific_error()
505 assert_eq!(status.exception_code(), ExceptionCode::SERVICE_SPECIFIC); in convert_to_service_specific_exception()
520 assert_eq!(status.exception_code(), ExceptionCode::SERVICE_SPECIFIC); in convert_to_service_specific_exception_with()
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp64 SERVICE_SPECIFIC = EX_SERVICE_SPECIFIC, enumerator