HomeSort by relevance Sort by last modified time
    Searched full:uenv (Results 1 - 5 of 5) 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;

Completed in 276 milliseconds