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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member in struct:JNINativeInterface
970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, function in struct:_JNIEnv
972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); }

Completed in 1284 milliseconds