/frameworks/base/tools/bit/ |
D | command.cpp | 73 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()
|
D | command.h | 36 char* const* GetEnv() const;
|
D | adb.cpp | 310 char* const* env = cmd.GetEnv(); in run_instrumentation_test()
|
/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/ex/framesequence/jni/ |
D | BitmapDecoderJNI.cpp | 34 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/packages/DefaultContainerService/jni/ |
D | com_android_defcontainer_MeasurementUtils.cpp | 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
D | native.cpp | 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
D | native.cpp | 94 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 | 94 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/services/core/jni/ |
D | onload.cpp | 60 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/tests/net/jni/ |
D | apf_jni.cpp | 164 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/core/jni/ |
D | android_os_SystemProperties.cpp | 203 if (sVM->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0) { in do_report_sysprop_change()
|
D | android_view_RenderNodeAnimator.cpp | 42 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getEnv()
|
D | android_view_DisplayListCanvas.cpp | 48 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in jnienv()
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 41 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in getEnv()
|
D | android_os_HwRemoteBinder.cpp | 62 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL; in javavm_to_jnienv()
|
D | android_view_RenderNode.cpp | 496 if (mVm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in android_view_RenderNode_requestPositionUpdates()
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_util.cpp | 92 const jint result = vm->GetEnv(reinterpret_cast<void**>(&env),
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 241 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/frameworks/base/cmds/hid/jni/ |
D | com_android_commands_hid_Device.cpp | 244 if (jvm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) { in JNI_OnLoad()
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool.cpp | 316 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|