Searched refs:jshortArray (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/header_only_include/nativehelper/ |
D | utils.h | 64 operator jshortArray() const { return nullptr; } in jshortArray() function
|
/libnativehelper/include_jni/ |
D | jni.h | 69 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, 872 jshortArray NewShortArray(jsize length) in NewShortArray() 889 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy) in GetShortArrayElements() 909 void ReleaseShortArrayElements(jshortArray array, jshort* elems, in ReleaseShortArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 310 FN0(fe,NORMAL ,jshortArray) \ 332 FN(afe,NORMAL ,jshortArray,jshortArray) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 791 TYPE_TRAIT_FN(jshortArray, "[S", kFastNative, kFinal, kSecondOrLate…
|