Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseShortArrayElements

408     void        (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
908 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
910 { functions->ReleaseShortArrayElements(this, array, elems, mode); }