Home | History | Annotate | Download | only in nativehelper

Lines Matching full:releaseshortarrayelements

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