Lines Matching refs:jshortArray
84 typedef _jshortArray* jshortArray; typedef
106 typedef jarray jshortArray; typedef
403 jshortArray (*NewShortArray)(JNIEnv*, jsize);
412 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
424 void (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
441 void (*GetShortArrayRegion)(JNIEnv*, jshortArray,
459 void (*SetShortArrayRegion)(JNIEnv*, jshortArray,
904 jshortArray NewShortArray(jsize length) in NewShortArray()
921 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) in GetShortArrayElements()
941 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements()
966 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion()
991 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, in SetShortArrayRegion()