Home | History | Annotate | Download | only in include

Lines Matching refs:ReleaseShortArrayElements

423     void        (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
923 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
925 { functions->ReleaseShortArrayElements(this, array, elems, mode); }