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

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member in struct:JNINativeInterface
933 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, function in struct:_JNIEnv
935 { functions->GetShortArrayRegion(this, array, start, len, buf); }

Completed in 74 milliseconds