Searched defs:ReleaseShortArrayElements (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 408 void (*ReleaseShortArrayElements)(JNIEnv*, jshortArray, member 908 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements() function
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 408 void (*ReleaseShortArrayElements)(JNIEnv*, jshortArray, member 908 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements() function
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 2370 static void ReleaseShortArrayElements(JNIEnv* env, jshortArray array, jshort* elements, in ReleaseShortArrayElements() function in art::JNI
|