/external/opencv3/modules/java/generator/src/cpp/ |
jni_part.cpp | 23 if (vm->GetEnv((void**) &env, JNI_VERSION_1_6) != JNI_OK) 29 return JNI_VERSION_1_6;
|
/frameworks/base/packages/services/PacProcessor/jni/ |
jni_init.cpp | 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 37 return JNI_VERSION_1_6;
|
/packages/apps/Terminal/jni/ |
jni_init.cpp | 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 37 return JNI_VERSION_1_6;
|
/frameworks/base/core/tests/coretests/apks/install_jni_lib/ |
com_android_frameworks_coretests_JNITest.cpp | 45 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) { 53 return JNI_VERSION_1_6;
|
/frameworks/ex/framesequence/jni/ |
BitmapDecoderJNI.cpp | 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 46 return JNI_VERSION_1_6;
|
/libcore/luni/src/main/native/ |
Register.cpp | 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 53 return JNI_VERSION_1_6;
|
/packages/inputmethods/LatinIME/native/jni/ |
jni_common.cpp | 33 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) { 59 return JNI_VERSION_1_6;
|
/packages/services/Car/service/jni/ |
JniInit.cpp | 47 return JNI_VERSION_1_6;
|
/frameworks/base/packages/DefaultContainerService/jni/ |
com_android_defcontainer_MeasurementUtils.cpp | 63 return JNI_VERSION_1_6; 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) {
|
/libcore/luni/src/test/native/ |
libcore_java_lang_ThreadTest.cpp | 35 args.version = JNI_VERSION_1_6; 135 return JNI_VERSION_1_6;
|
/packages/apps/Nfc/nci/jni/ |
NfcJniUtil.cpp | 44 if (jvm->GetEnv ((void **) &e, JNI_VERSION_1_6)) 62 return JNI_VERSION_1_6;
|
/external/webrtc/talk/app/webrtc/java/jni/ |
jni_helpers.cc | 54 jint status = g_jvm->GetEnv(&env, JNI_VERSION_1_6); 92 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK) 95 return JNI_VERSION_1_6; 126 args.version = JNI_VERSION_1_6;
|
/frameworks/base/packages/PrintSpooler/jni/ |
com_android_printspooler_util_BitmapSerializeUtils.cpp | 190 if (jvm->GetEnv((void**) &env, JNI_VERSION_1_6)) { 198 return JNI_VERSION_1_6;
|
/frameworks/base/services/tests/servicestests/jni/ |
apf_jni.cpp | 164 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 181 return JNI_VERSION_1_6;
|
/libcore/ojluni/src/main/native/ |
Register.cpp | 94 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 153 return JNI_VERSION_1_6;
|
/external/webrtc/webrtc/modules/utility/source/ |
helpers_android.cc | 27 jint status = jvm->GetEnv(&env, JNI_VERSION_1_6);
|
/frameworks/webview/chromium/loader/ |
loader.cpp | 241 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 246 return JNI_VERSION_1_6;
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.cpp | 35 if(jvm->GetEnv((void **)&e, JNI_VERSION_1_6)) 53 return JNI_VERSION_1_6; 68 if (vm->GetEnv((void **)&e, JNI_VERSION_1_6) != JNI_OK) {
|
/art/dalvikvm/ |
dalvikvm.cc | 169 init_args.version = JNI_VERSION_1_6;
|
/frameworks/base/cmds/hid/jni/ |
com_android_commands_hid_Device.cpp | 244 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) { 252 return JNI_VERSION_1_6;
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpegstream.cpp | 328 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 372 return JNI_VERSION_1_6;
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_btservice_AdapterService.cpp | 434 args.version = JNI_VERSION_1_6; 512 .version = JNI_VERSION_1_6, 521 jint status = vm->GetEnv((void **)&env, JNI_VERSION_1_6); 554 jint status = vm->GetEnv((void **)&env, JNI_VERSION_1_6); 586 jint status = vm->GetEnv((void **)&env, JNI_VERSION_1_6); [all...] |
/external/deqp/framework/platform/android/ |
tcuAndroidExecService.cpp | 246 jint ret = m_vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6);
|
/frameworks/base/core/jni/ |
android_graphics_drawable_AnimatedVectorDrawable.cpp | 40 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
android_hardware_location_ActivityRecognitionHardware.cpp | 51 JNI_VERSION_1_6,
|