Searched refs:__ThrowIfFailed (Results 1 – 2 of 2) sorted by relevance
64 bool __ThrowIfFailed(JNIEnv *env, const V1_0::Result halResult);65 bool __ThrowIfFailed(JNIEnv *env, const V1_1::ProgramListResult halResult);69 return __ThrowIfFailedHidl(env, hidlResult) || __ThrowIfFailed(env, halResult); in ThrowIfFailed()74 return __ThrowIfFailedHidl(env, hidlResult) || __ThrowIfFailed(env, static_cast<T>(hidlResult)); in ThrowIfFailed()
187 bool __ThrowIfFailed(JNIEnv *env, const Result halResult) { in __ThrowIfFailed() function211 bool __ThrowIfFailed(JNIEnv *env, const ProgramListResult halResult) { in __ThrowIfFailed() function224 return __ThrowIfFailed(env, static_cast<Result>(halResult)); in __ThrowIfFailed()