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