Home
last modified time | relevance | path

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

/libnativehelper/tests_mts/jni/
Djni_invocation_test.cpp36 initArgs.version = JNI_VERSION_1_6; in TEST_F()
/libnativehelper/
Dlibnativehelper.map.txt3 # VERSION string that follows is derived from <library_name>_<version>.
DAndroid.bp43 // The minimum sdk version required by users of this module.
DNOTICE62 the original version of the Work and any modifications or additions
/libnativehelper/tests/
DAndroid.bp61 // Link to the non-stub version of the library to access some internal
/libnativehelper/include_jni/
Djni.h1061 jint GetEnv(void** env, jint version) in GetEnv()
1062 { return functions->GetEnv(this, env, version); } in GetEnv()
1069 jint version; /* must be >= JNI_VERSION_1_2 */ member
1085 jint version; /* use JNI_VERSION_1_2 or later */ member