Searched refs:GetDoubleArrayElements (Results 1 - 1 of 1) sorted by relevance

/development/ndk/platforms/android-3/include/
H A Djni.h415 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member in struct:JNINativeInterface
911 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) function in struct:_JNIEnv
912 { return functions->GetDoubleArrayElements(this, array, isCopy); }

Completed in 9 milliseconds