Home | History | Annotate | Download | only in include

Lines Matching defs:ReleaseShortArrayElements

424     void        (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
941 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
943 { functions->ReleaseShortArrayElements(this, array, elems, mode); }