Lines Matching refs:jshortArray
83 typedef _jshortArray* jshortArray; typedef
105 typedef jarray jshortArray; typedef
402 jshortArray (*NewShortArray)(JNIEnv*, jsize);
411 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
423 void (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
440 void (*GetShortArrayRegion)(JNIEnv*, jshortArray,
458 void (*SetShortArrayRegion)(JNIEnv*, jshortArray,
886 jshortArray NewShortArray(jsize length) in NewShortArray()
903 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) in GetShortArrayElements()
923 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements()
948 void GetShortArrayRegion(jshortArray array, jsize start, jsize len, in GetShortArrayRegion()
973 void SetShortArrayRegion(jshortArray array, jsize start, jsize len, in SetShortArrayRegion()