Home
last modified time | relevance | path

Searched refs:jshortArray (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/include_jni/
Djni.h69 typedef _jshortArray* jshortArray; typedef
91 typedef jarray jshortArray; typedef
387 jshortArray (*NewShortArray)(JNIEnv*, jsize);
396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
408 void (*ReleaseShortArrayElements)(JNIEnv*, jshortArray,
425 void (*GetShortArrayRegion)(JNIEnv*, jshortArray,
443 void (*SetShortArrayRegion)(JNIEnv*, jshortArray,
871 jshortArray NewShortArray(jsize length) in NewShortArray()
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) in GetShortArrayElements()
908 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements()
[all …]
/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp322 FN0(fe,NORMAL ,jshortArray) \
344 FN(afe,NORMAL ,jshortArray,jshortArray) \
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h790 TYPE_TRAIT_FN(jshortArray, "[S", kFastNative, kFinal, kSecondOrLate…