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