Home
last modified time | relevance | path

Searched refs:jdoubleArray (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include_jni/
Djni.h73 typedef _jdoubleArray* jdoubleArray; typedef
95 typedef jarray jdoubleArray; typedef
391 jdoubleArray (*NewDoubleArray)(JNIEnv*, jsize);
400 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*);
416 void (*ReleaseDoubleArrayElements)(JNIEnv*, jdoubleArray,
433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray,
451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray,
879 jdoubleArray NewDoubleArray(jsize length) in NewDoubleArray()
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements()
920 void ReleaseDoubleArrayElements(jdoubleArray array, jdouble* elems, in ReleaseDoubleArrayElements()
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp326 FN0(fi,NORMAL ,jdoubleArray) \
348 FN(afi,NORMAL ,jdoubleArray,jdoubleArray) \
349 FN(agi,NORMAL ,jdoubleArray,jdoubleArray,jobject) \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h794 TYPE_TRAIT_FN(jdoubleArray, "[D", kFastNative, kFinal, kSecondOrLate…