Home
last modified time | relevance | path

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

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h400 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() function
/aosp12/libnativehelper/include_jni/
H A Djni.h400 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() function
/aosp12/art/runtime/jni/
H A Djni_internal.cc2318 static jdouble* GetDoubleArrayElements(JNIEnv* env, jdoubleArray array, jboolean* is_copy) { in GetDoubleArrayElements() function in art::JNI