Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Dlibnativehelper_test.cpp22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
Djni_helper_jni.cpp95 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/libnativehelper/tests/
Dlibnativehelper_test.cpp31 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
/libnativehelper/include_jni/
Djni.h1045 jint (*GetEnv)(JavaVM*, void**, jint); member
1062 jint GetEnv(void** env, jint version) in GetEnv() function
1063 { return functions->GetEnv(this, env, version); } in GetEnv()