HomeSort by relevance Sort by last modified time
    Searched refs:JNI_OK (Results 26 - 50 of 100) sorted by null

12 3 4

  /external/neven/
FaceDetector_jni.cpp 302 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 290 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 328 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 406 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env)
422 if (env->GetJavaVM(&fVM) != JNI_OK) {
565 if (env->GetJavaVM(&fVM) != JNI_OK) {
  /art/runtime/
jni_internal_test.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 291 if (rc != JNI_OK) {
  /frameworks/base/core/jni/
android_view_Surface.cpp 97 if (env->MonitorEnter(lock) == JNI_OK) {
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp     [all...]
JFmTxNative.cpp 875 if(jRet != JNI_OK)
    [all...]
  /libnativehelper/
JNIHelp.cpp 231 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) {
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 70 if (vm->GetEnv((void **)&e, JNI_VERSION_1_6) != JNI_OK) {
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 423 if ((*vm).GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 769 / sizeof(nativeMethods[0])) == JNI_OK) {
780 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 133 if (result != JNI_OK) {
145 if (result != JNI_OK) {
android_media_MediaPlayer.cpp     [all...]
  /external/jhead/
main.c 804 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /art/compiler/jni/
jni_compiler_test.cc 96 ASSERT_EQ(JNI_OK, env_->RegisterNatives(jklass_, methods, 1))
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 618 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 900 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 128 CHECK(status == JNI_OK, "Failed to detach thread: " << status);
    [all...]
  /dalvik/vm/
Init.cpp     [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /libnativehelper/include/nativehelper/
jni.h     [all...]

Completed in 845 milliseconds

12 3 4