Home
last modified time | relevance | path

Searched refs:__ThrowIfFailed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.h62 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()
Dconvert.cpp162 bool __ThrowIfFailed(JNIEnv *env, const Result halResult) { in __ThrowIfFailed() function
186 bool __ThrowIfFailed(JNIEnv *env, const ProgramListResult halResult) { in __ThrowIfFailed() function
199 return __ThrowIfFailed(env, static_cast<Result>(halResult)); in __ThrowIfFailed()