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

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

Completed in 123 milliseconds