Searched defs:GetShortArrayRegion (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member 933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member 933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion() function
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 2413 static void GetShortArrayRegion(JNIEnv* env, jshortArray array, jsize start, jsize length, in GetShortArrayRegion() function in art::JNI
|