Searched refs:JNI_OK (Results 1 – 11 of 11) sorted by relevance
/external/srec/srec_jni/ |
D | android_speech_srec_MicrophoneInputStream.cpp | 136 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in register_android_speech_srec_MicrophoneInputStream()
|
D | android_speech_srec_Recognizer.cpp | 618 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in register_android_speech_srec_Recognizer()
|
/external/oprofile/agents/jvmpi/ |
D | jvmpi_oprofile.cpp | 237 return JNI_OK; in JVM_OnLoad()
|
/external/chromium_org/base/android/ |
D | jni_android.cc | 80 DCHECK_EQ(JNI_OK, ret); in AttachCurrentThread()
|
/external/oprofile/agents/jvmti/ |
D | libjvmti_oprofile.c | 269 if (rc != JNI_OK) { in Agent_OnLoad()
|
/external/neven/ |
D | FaceDetector_jni.cpp | 302 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/external/chromium_org/content/common/android/linker/ |
D | linker_jni.cc | 429 if (JNI_OK != vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_4)) { in JNI_OnLoad()
|
/external/svox/pico/compat/jni/ |
D | com_android_tts_compat_SynthProxy.cpp | 674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/external/jhead/ |
D | main.c | 804 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 165 CHECK(status == JNI_OK, "Failed to detach thread: " << status); in ThreadDestructor() 1078 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK) in JNI_OnLoad()
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jni.h | 151 #define JNI_OK 0 macro
|