Searched defs:GetEnv (Results 1 - 1 of 1) sorted by relevance

/libnativehelper/include/nativehelper/
H A Djni.h1059 jint (*GetEnv)(JavaVM*, void**, jint); member in struct:JNIInvokeInterface
1076 jint GetEnv(void** env, jint version) function in struct:_JavaVM
1077 { return functions->GetEnv(this, env, version); }

Completed in 9 milliseconds