Searched refs:ExceptionCode (Results 1 – 4 of 4) sorted by relevance
27 use binder::{ExceptionCode, Interface, Status};72 Err(Status::new_exception(ExceptionCode::UNSUPPORTED_OPERATION, None)) in setLightState()
145 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()
50 Err(binder::ExceptionCode::ILLEGAL_ARGUMENT.into()) in getChip()
1028 ULONG32 ExceptionCode; member