Home
last modified time | relevance | path

Searched refs:GetEnv (Results 1 – 3 of 3) sorted by relevance

/system/apex/tests/app/jni/
Dcom_android_tests_apex_app_ApkInApexTests.cpp43 if (vm->GetEnv((void **)&env, JNI_VERSION_1_6) != JNI_OK) in JNI_OnLoad()
/system/incremental_delivery/libdataloader/
DJNIHelpers.h72 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in GetJNIEnvironment()
/system/extras/module_ndk_libs/libnativehelper/include_jni/
Djni.h1044 jint (*GetEnv)(JavaVM*, void**, jint); member
1061 jint GetEnv(void** env, jint version) in GetEnv() function
1062 { return functions->GetEnv(this, env, version); } in GetEnv()