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