Searched refs:or_binder_exception (Results 1 – 1 of 1) sorted by relevance
410 fn or_binder_exception(self, exception: ExceptionCode) -> result::Result<T, Status>; in or_binder_exception() method436 fn or_binder_exception(self, exception: ExceptionCode) -> result::Result<T, Status> { in or_binder_exception() method531 Err("message").or_binder_exception(ExceptionCode::ILLEGAL_STATE); in convert_to_binder_exception()