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

/development/ndk/platforms/android-3/include/
H A Djni.h440 void (*GetShortArrayRegion)(JNIEnv*, jshortArray, member in struct:JNINativeInterface
948 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, function in struct:_JNIEnv
950 { functions->GetShortArrayRegion(this, array, start, len, buf); }

Completed in 20 milliseconds