Home
last modified time | relevance | path

Searched defs:GetDoubleArrayRegion (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member
945 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in GetDoubleArrayRegion() function
/aosp12/libnativehelper/include_jni/
H A Djni.h433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member
945 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in GetDoubleArrayRegion() function
/aosp12/art/runtime/jni/
H A Djni_internal.cc2391 static void GetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in GetDoubleArrayRegion() function in art::JNI