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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h429 void (*GetLongArrayRegion)(JNIEnv*, jlongArray, member in struct:JNINativeInterface
939 void GetLongArrayRegion(jlongArray array, jsize start, jsize len, function in struct:_JNIEnv
941 { functions->GetLongArrayRegion(this, array, start, len, buf); }

Completed in 38 milliseconds