Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uci_hal_android/
H A Derror.rs54 Error::BinderStatus(e) => exception_code_to_uwb_error(e.exception_code()), in from()
118 fn exception_code_to_uwb_error(exception_code: ExceptionCode) -> UwbCoreError { in exception_code_to_uwb_error() function
148 let mut error = exception_code_to_uwb_error(ExceptionCode::ILLEGAL_ARGUMENT); in test_exception_code_to_uwb_error()
151 error = exception_code_to_uwb_error(ExceptionCode::ILLEGAL_STATE); in test_exception_code_to_uwb_error()
154 error = exception_code_to_uwb_error(ExceptionCode::UNSUPPORTED_OPERATION); in test_exception_code_to_uwb_error()
157 error = exception_code_to_uwb_error(ExceptionCode::NULL_POINTER); in test_exception_code_to_uwb_error()