HomeSort by relevance Sort by last modified time
    Searched refs:uenv (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 75 UnionJNIEnvToVoid uenv; local
76 uenv.venv = NULL;
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
86 env = uenv.env;
  /development/samples/SimpleJNI/jni/
native.cpp 87 UnionJNIEnvToVoid uenv; local
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
98 env = uenv.env;
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 87 UnionJNIEnvToVoid uenv; local
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
98 env = uenv.env;
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 87 UnionJNIEnvToVoid uenv; local
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
98 env = uenv.env;
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 87 UnionJNIEnvToVoid uenv; local
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
98 env = uenv.env;
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 412 UnionJNIEnvToVoid uenv; local
413 uenv.venv = NULL;
419 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
423 env = uenv.env;

Completed in 1004 milliseconds