Searched refs:GetEnv (Results 1 – 3 of 3) sorted by relevance
22 int result = GetJavaVM()->GetEnv(reinterpret_cast<void**>(&mEnv), JNI_VERSION_1_6); in SetUp()
197 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
1044 jint (*GetEnv)(JavaVM*, void**, jint); member1061 jint GetEnv(void** env, jint version) in GetEnv() function1062 { return functions->GetEnv(this, env, version); } in GetEnv()