/frameworks/base/tools/bit/ |
D | command.cpp | 73 Command::GetEnv() const in GetEnv() function in Command 125 char* const* env = command.GetEnv(); in get_command_output() 173 char* const* env = command.GetEnv(); in run_command()
|
D | command.h | 36 char* const* GetEnv() const;
|
/frameworks/base/libs/hwui/jni/ |
D | Utils.cpp | 157 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in get_env_or_die() 165 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in requireEnv()
|
D | android_graphics_HardwareRendererObserver.cpp | 32 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getenv()
|
D | android_graphics_DisplayListCanvas.cpp | 44 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in jnienv()
|
/frameworks/base/core/tests/coretests/apks/install_jni_lib/ |
D | com_android_frameworks_coretests_JNITest.cpp | 31 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/packages/services/PacProcessor/jni/ |
D | jni_init.cpp | 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | rtp_jni.cpp | 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK || in JNI_OnLoad()
|
/frameworks/base/tests/net/jni/ |
D | test_onload.cpp | 37 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/av/media/ndk/ |
D | NdkJavaVMHelper.cpp | 34 } else if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getJNIEnv()
|
/frameworks/ex/framesequence/jni/ |
D | BitmapDecoderJNI.cpp | 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/opt/car/services/src/jni/ |
D | com_android_internal_car_CarServiceHelperService.cpp | 63 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/core/jni/ |
D | LayoutlibLoader.cpp | 130 if (javaVM->GetEnv((void**) &env, JNI_VERSION_1_6) != JNI_OK) in getJNIEnv() 165 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
D | android_os_SystemProperties.cpp | 213 if (sVM->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0) { in do_report_sysprop_change()
|
/frameworks/base/apex/statsd/jni/ |
D | android_util_StatsLog.cpp | 84 if (jvm->GetEnv((void**)&e, JNI_VERSION_1_4)) { in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
D | native.cpp | 97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/apct-tests/perftests/core/jni/ |
D | SystemPerfTest.cpp | 72 if (jvm->GetEnv((void**) &env, JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/packages/Tethering/jni/ |
D | android_net_util_TetheringUtils.cpp | 138 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/services/core/jni/ |
D | onload.cpp | 76 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/packages/PrintSpooler/jni/ |
D | com_android_printspooler_util_BitmapSerializeUtils.cpp | 190 if (jvm->GetEnv((void**) &env, JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/tools/dump-coverage/ |
D | dump_coverage.cc | 37 CHECK_EQ(java_vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6), in GetJNIEnv()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 127 mJavaVM->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6); in getJNIEnv() 382 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/tools/lock_agent/ |
D | agent.cpp | 309 if (gJavaVM->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in dataDumpRequestHook() 415 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&env), JVMTI_VERSION_1_2); in attach()
|