Home
last modified time | relevance | path

Searched refs:GetEnv (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/tools/bit/
Dcommand.cpp73 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()
Dcommand.h36 char* const* GetEnv() const;
/frameworks/base/libs/hwui/jni/
DUtils.cpp157 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()
Dandroid_graphics_HardwareRendererObserver.cpp32 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getenv()
Dandroid_graphics_DisplayListCanvas.cpp44 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in jnienv()
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
Dcom_android_frameworks_coretests_JNITest.cpp31 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) { in JNI_OnLoad()
/frameworks/base/packages/services/PacProcessor/jni/
Djni_init.cpp30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/opt/net/voip/src/jni/rtp/
Drtp_jni.cpp27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK || in JNI_OnLoad()
/frameworks/base/tests/net/jni/
Dtest_onload.cpp37 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/av/media/ndk/
DNdkJavaVMHelper.cpp34 } else if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getJNIEnv()
/frameworks/ex/framesequence/jni/
DBitmapDecoderJNI.cpp34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/opt/car/services/src/jni/
Dcom_android_internal_car_CarServiceHelperService.cpp63 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/core/jni/
DLayoutlibLoader.cpp130 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()
Dandroid_os_SystemProperties.cpp213 if (sVM->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0) { in do_report_sysprop_change()
/frameworks/base/apex/statsd/jni/
Dandroid_util_StatsLog.cpp84 if (jvm->GetEnv((void**)&e, JNI_VERSION_1_4)) { in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
Dnative.cpp97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp97 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/apct-tests/perftests/core/jni/
DSystemPerfTest.cpp72 if (jvm->GetEnv((void**) &env, JNI_VERSION_1_6)) { in JNI_OnLoad()
/frameworks/base/packages/Tethering/jni/
Dandroid_net_util_TetheringUtils.cpp138 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/services/core/jni/
Donload.cpp76 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/packages/PrintSpooler/jni/
Dcom_android_printspooler_util_BitmapSerializeUtils.cpp190 if (jvm->GetEnv((void**) &env, JNI_VERSION_1_6)) { in JNI_OnLoad()
/frameworks/base/tools/dump-coverage/
Ddump_coverage.cc37 CHECK_EQ(java_vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6), in GetJNIEnv()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp127 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/
Dagent.cpp309 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()

12