Home
last modified time | relevance | path

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

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