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