/cts/hostsidetests/jvmti/base/jni/ |
D | cts_agent.cpp | 64 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 76 CHECK_EQ(0, vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) in Agent_OnAttach() 79 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnAttach()
|
/cts/apps/CtsVerifier/jni/megaaudio/recorder/ |
D | AppCallbackAudioSink.cpp | 34 int getEnvStat = mJVM->GetEnv((void **)&env, JNI_VERSION_1_6); in init() 54 int getEnvStat = mJVM->GetEnv((void **)&env, JNI_VERSION_1_6); in stop() 70 int getEnvStat = mJVM->GetEnv((void **)&env, JNI_VERSION_1_6); in push()
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
D | cts_agent.cpp | 116 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnLoad() 128 CHECK_EQ(0, vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6)) in Agent_OnAttach() 131 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) { in Agent_OnAttach()
|
/cts/tests/tests/libnativehelper/jni/ |
D | libnativehelper_test.cpp | 22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | CtsGpuToolsJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tests/tests/media/drmframework/jni/ |
D | CtsMediaDrmJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/text/jni/ |
D | CtsTextJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/seccomp/app/jni/ |
D | CtsSeccompJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/uirendering/jni/ |
D | CtsUiRenderingJniOnLoad.cpp | 23 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tools/cts-device-info/jni/ |
D | CtsDeviceInfoJniOnLoad.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/tests/tests/drm/jni/ |
D | CtsDrmJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/hostsidetests/packagemanager/extractnativelibs/apps/jni/ |
D | native.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/content/MultiArchApp/jni/ |
D | native.cpp | 23 if (vm->GetEnv((void**)&env, JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/cts/apps/CtsVerifier/jni/verifier/ |
D | CtsVerifierJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/framework/base/windowmanager/appDeprecatedAbi/jni/ |
D | native.cpp | 24 if (vm->GetEnv((void**)&env, JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/selinux/common/jni/ |
D | CtsSecurityJniOnLoad.cpp | 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/hardware/jni/ |
D | CtsHardwareJniOnLoad.cpp | 25 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) in JNI_OnLoad()
|
/cts/common/device-side/util/jni/ |
D | CtsJniOnLoad.cpp | 26 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/util/jni/ |
D | onload.cc | 33 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/virtualdevice/sensor/src/android/virtualdevice/cts/sensor/util/jni/ |
D | onload.cpp | 33 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_parcel_jni.cpp | 28 JNIEnv* env = GetEnv(); in TEST()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderSurfaceTest.cpp | 40 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) return JNI_ERR; in JNI_OnLoad()
|
D | NativeCodecDecoderTest.cpp | 46 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) return JNI_ERR; in JNI_OnLoad()
|
/cts/tests/surfacecontrol/jni/ |
D | CtsSurfaceControlJniOnLoad.cpp | 28 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|
/cts/tests/tests/view/jni/ |
D | CtsViewJniOnLoad.cpp | 28 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { in JNI_OnLoad()
|