Home
last modified time | relevance | path

Searched refs:JNI_OK (Results 1 – 11 of 11) sorted by relevance

/external/srec/srec_jni/
Dandroid_speech_srec_MicrophoneInputStream.cpp136 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in register_android_speech_srec_MicrophoneInputStream()
Dandroid_speech_srec_Recognizer.cpp618 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in register_android_speech_srec_Recognizer()
/external/oprofile/agents/jvmpi/
Djvmpi_oprofile.cpp237 return JNI_OK; in JVM_OnLoad()
/external/chromium_org/base/android/
Djni_android.cc80 DCHECK_EQ(JNI_OK, ret); in AttachCurrentThread()
/external/oprofile/agents/jvmti/
Dlibjvmti_oprofile.c269 if (rc != JNI_OK) { in Agent_OnLoad()
/external/neven/
DFaceDetector_jni.cpp302 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/external/chromium_org/content/common/android/linker/
Dlinker_jni.cc429 if (JNI_OK != vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_4)) { in JNI_OnLoad()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/external/jhead/
Dmain.c804 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/
Dpeerconnection_jni.cc165 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/
Djni.h151 #define JNI_OK 0 macro