Home
last modified time | relevance | path

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

12

/frameworks/base/tools/bit/
Dcommand.cpp73 Command::GetEnv() const in GetEnv() function in Command
123 char* const* env = command.GetEnv(); in get_command_output()
171 char* const* env = command.GetEnv(); in run_command()
Dcommand.h36 char* const* GetEnv() const;
Dadb.cpp310 char* const* env = cmd.GetEnv(); in run_instrumentation_test()
/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/ex/framesequence/jni/
DBitmapDecoderJNI.cpp34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/packages/DefaultContainerService/jni/
Dcom_android_defcontainer_MeasurementUtils.cpp71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) { in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
Dnative.cpp94 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.cpp94 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/services/core/jni/
Donload.cpp60 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/tests/net/jni/
Dapf_jni.cpp164 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/core/jni/
Dandroid_os_SystemProperties.cpp203 if (sVM->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0) { in do_report_sysprop_change()
Dandroid_view_RenderNodeAnimator.cpp42 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getEnv()
Dandroid_view_DisplayListCanvas.cpp48 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in jnienv()
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp41 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getEnv()
Dandroid_os_HwRemoteBinder.cpp62 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL; in javavm_to_jnienv()
Dandroid_view_RenderNode.cpp496 if (mVm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in android_view_RenderNode_requestPositionUpdates()
/frameworks/base/media/mca/filterfw/jni/
Djni_util.cpp92 const jint result = vm->GetEnv(reinterpret_cast<void**>(&env),
/frameworks/webview/chromium/loader/
Dloader.cpp241 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/frameworks/base/cmds/hid/jni/
Dcom_android_commands_hid_Device.cpp244 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) { in JNI_OnLoad()
/frameworks/base/media/jni/soundpool/
Dandroid_media_SoundPool.cpp316 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()

12