Searched refs:__ThrowIfFailed (Results 1 – 2 of 2) sorted by relevance
62 bool __ThrowIfFailed(JNIEnv *env, const V1_0::Result halResult);63 bool __ThrowIfFailed(JNIEnv *env, const V1_1::ProgramListResult halResult);67 return __ThrowIfFailedHidl(env, hidlResult) || __ThrowIfFailed(env, halResult); in ThrowIfFailed()72 return __ThrowIfFailedHidl(env, hidlResult) || __ThrowIfFailed(env, static_cast<T>(hidlResult)); in ThrowIfFailed()
162 bool __ThrowIfFailed(JNIEnv *env, const Result halResult) { in __ThrowIfFailed() function186 bool __ThrowIfFailed(JNIEnv *env, const ProgramListResult halResult) { in __ThrowIfFailed() function199 return __ThrowIfFailed(env, static_cast<Result>(halResult)); in __ThrowIfFailed()