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

/libnativehelper/include/nativehelper/
H A Djni.h448 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member in struct:JNINativeInterface
960 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, function in struct:_JNIEnv
962 { functions->GetDoubleArrayRegion(this, array, start, len, buf); }

Completed in 25 milliseconds