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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member in struct:JNINativeInterface
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, function in struct:_JNIEnv
938 { functions->GetIntArrayRegion(this, array, start, len, buf); }

Completed in 9 milliseconds