/external/webrtc/sdk/android/src/jni/ |
D | jvm.cc | 44 RTC_CHECK(((env != nullptr) && (status == JNI_OK)) || in GetEnv() 64 RTC_CHECK(status == JNI_OK) << "Failed to detach thread: " << status; in ThreadDestructor() 81 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK) in InitGlobalJniVariables()
|
/external/webrtc/modules/utility/source/ |
D | helpers_android.cc | 30 RTC_CHECK(((env != NULL) && (status == JNI_OK)) || in GetEnv() 100 attached_ = (res == JNI_OK); in AttachThreadScoped() 109 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res; in ~AttachThreadScoped()
|
D | jvm_android.cc | 80 attached_ = (ret == JNI_OK); in JvmThreadConnector() 90 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res; in ~JvmThreadConnector()
|
/external/oj-libjdwp/src/share/back/ |
D | debugInit.c | 247 return JNI_OK; in find_extension_functions() 294 if (error != JNI_OK) { in Agent_OnLoad() 303 if (error != JNI_OK) { in Agent_OnLoad() 465 if (find_extension_functions() != JNI_OK || gdata->raw_monitor_enter_no_suspend == NULL) { in Agent_OnLoad() 472 return JNI_OK; in Agent_OnLoad() 733 if (rc != JNI_OK ) { in jniFatalError() 1456 if (error != JNI_OK) { in doInitializeOnAttach() 1473 return JNI_OK; in doInitializeOnAttach() 1485 if (Agent_OnLoad(vm, options, reserved) != JNI_OK) { in Agent_OnAttach() 1495 res = JNI_OK; in Agent_OnAttach()
|
D | vmDebug.c | 137 if (res != JNI_OK) { in vmDebug_initalize()
|
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 39 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in get_env_or_die() 65 if (env->GetJavaVM(&jvm) != JNI_OK) { in Create() 247 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_android.c | 101 if (res != JNI_OK || env == NULL) in ares_library_init_android() 219 if (res != JNI_OK || env == NULL) in ares_library_cleanup_android() 273 if (res != JNI_OK || env == NULL) in ares_get_android_server_list() 386 if (res != JNI_OK || env == NULL) in ares_get_android_search_domains_list()
|
/external/icing/icing/text_classifier/lib3/utils/java/ |
D | jni-base.cc | 22 return env->EnsureLocalCapacity(capacity) == JNI_OK; in EnsureLocalCapacity()
|
D | jni-base.h | 86 JNI_OK == in operator()
|
/external/libtextclassifier/native/utils/java/ |
D | jni-base.cc | 24 return env->EnsureLocalCapacity(capacity) == JNI_OK; in EnsureLocalCapacity()
|
D | jni-cache.cc | 136 if (JNI_OK != env->GetJavaVM(&jvm) || jvm == nullptr) { in Create() 272 if (JNI_OK == jvm->GetEnv(&env, JNI_VERSION_1_4)) { in GetEnv()
|
D | jni-base.h | 88 JNI_OK == in operator()
|
/external/skia/modules/androidkit/src/ |
D | AndroidKit.cpp | 22 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | jniload.cc | 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), CONSCRYPT_JNI_VERSION) != JNI_OK) { in libconscrypt_JNI_OnLoad()
|
/external/icu/android_icu4j/libcore_bridge/src/native/ |
D | Register.cpp | 31 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/external/icing/icing/jni/ |
D | jni-cache.cc | 133 if (JNI_OK != env->GetJavaVM(&jvm) || jvm == nullptr) { in Create() 184 if (JNI_OK == jvm->GetEnv(&env, JNI_VERSION_1_4)) { in GetEnv()
|
/external/libchrome/base/android/ |
D | jni_android.cc | 61 DCHECK_EQ(JNI_OK, ret); in AttachCurrentThread() 74 DCHECK_EQ(JNI_OK, ret); in AttachCurrentThreadWithName()
|
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/ |
D | agent.cc | 95 if (jvmError != JNI_OK) { in Agent_OnAttach()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | jni_interface.cc | 122 return result == JNI_OK ? env : nullptr; in GetJniEnv()
|
/external/icu/libicu/test/src/ |
D | uloc_jni_test.cpp | 123 ASSERT_EQ(JNI_OK, envStat); // It should be attached to the current thread already. in SetUp()
|
/external/libchrome/base/android/linker/ |
D | linker_jni.cc | 526 if (JNI_OK != in PostForLaterExecution() 678 if (JNI_OK != vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_4)) { in JNI_OnLoad()
|
/external/exoplayer/tree/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 55 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
D | native-lib.cpp | 65 if (sJVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in release_global_jni_ref()
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/ |
D | agent.cc | 598 if (jvmError != JNI_OK) { in Agent_OnAttach() 755 if (jvmError != JNI_OK) { in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName() 761 if (jvmError != JNI_OK) { in Java_com_android_dx_mockito_inline_StaticMockMethodAdvice_nativeGetCalledClassName()
|
/external/libwebsockets/test-apps/android/app/src/main/jni/ |
D | LwsService.cpp | 77 if(vm->GetEnv((void**)&gEnv, JNI_VERSION_1_6) != JNI_OK) goto bail; in JNI_OnLoad()
|