Home
last modified time | relevance | path

Searched refs:CheckForJniException (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/jni/
DMediaProviderWrapper.cpp57 static bool CheckForJniException(JNIEnv* env) { in CheckForJniException() function
84 if (CheckForJniException(env)) { in insertFileInternal()
95 if (CheckForJniException(env)) { in deleteFileInternal()
108 if (CheckForJniException(env)) { in isDirAccessAllowedInternal()
121 if (CheckForJniException(env)) { in isUidAllowedAccessToDataOrObbPathInternal()
137 if (CheckForJniException(env)) { in getFilesInDirectoryInternal()
181 if (CheckForJniException(env)) { in renameInternal()
192 CheckForJniException(env); in onFileCreatedInternal()
319 if (CheckForJniException(env)) { in OnFileOpen()
443 if (CheckForJniException(env)) { in ShouldAllowLookup()
[all …]
/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dlog_manager_wrapper_impl.cc84 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in LogDiag()
91 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in LogDiag()
102 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in LogToLongHistogram()
115 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in LogToLongHistogram()
Dmore_jni_util.h30 FCP_CHECK(!CheckForJniException(env)); in GetMethodIdOrAbort()
35 static bool CheckForJniException(JNIEnv *env) { in CheckForJniException() function
Dexample_iterator_wrapper_impl.cc57 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in ExampleIteratorWrapperImpl()
110 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in Close()
Dsimple_task_environment_wrapper_impl.cc102 FCP_CHECK(!MoreJniUtil::CheckForJniException(env)); in TrainingConditionsSatisfied()