Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_invocation_test.cpp36 initArgs.version = JNI_VERSION_1_6; in TEST_F()
/libnativehelper/
DAndroid.bp65 // The minimum sdk version required by users of this module.
164 // Lazy loading version of libnativehelper that can be used by code
DNOTICE62 the original version of the Work and any modifications or additions
/libnativehelper/include_jni/
Djni.h1062 jint GetEnv(void** env, jint version) in GetEnv()
1063 { return functions->GetEnv(this, env, version); } in GetEnv()
1070 jint version; /* must be >= JNI_VERSION_1_2 */ member
1086 jint version; /* use JNI_VERSION_1_2 or later */ member