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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h400 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member in struct:JNINativeInterface
896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) function in struct:_JNIEnv
897 { return functions->GetDoubleArrayElements(this, array, isCopy); }
/dalvik/vm/
H A DJni.c4145 GetDoubleArrayElements,

Completed in 63 milliseconds