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

  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 71 void* venv; member in union:__anon1142
76 uenv.venv = NULL;
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 82 void* venv; member in union:__anon2569
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 82 void* venv; member in union:__anon18410
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 82 void* venv; member in union:__anon18411
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 82 void* venv; member in union:__anon18412
88 uenv.venv = NULL;
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /packages/apps/FMRadio/jni/fmr/
libfm_jni.cpp 407 void* venv; member in union:__anon23186
413 uenv.venv = NULL;
419 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {

Completed in 98 milliseconds