Home
last modified time | relevance | path

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

/hardware/interfaces/light/aidl/default/
Dlights.rs27 use binder::{ExceptionCode, Interface, Status};
72 Err(Status::new_exception(ExceptionCode::UNSUPPORTED_OPERATION, None)) in setLightState()
/hardware/interfaces/uwb/aidl/default/src/
Duwb_chip.rs145 return Err(binder::ExceptionCode::ILLEGAL_STATE.into()); in open()
270 Err(binder::ExceptionCode::ILLEGAL_STATE.into()) in close()
281 Err(binder::ExceptionCode::ILLEGAL_STATE.into()) in coreInit()
307 Err(binder::ExceptionCode::ILLEGAL_STATE.into()) in sendUciMessage()
Duwb.rs50 Err(binder::ExceptionCode::ILLEGAL_ARGUMENT.into()) in getChip()
/hardware/google/gfxstream/guest/mesa/src/util/
Ddbghelp.h1028 ULONG32 ExceptionCode; member