Searched refs:jintArray (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 71 typedef _jintArray* jintArray; typedef 93 typedef jarray jintArray; typedef 389 jintArray (*NewIntArray)(JNIEnv*, jsize); 398 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*); 411 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray, 428 void (*GetIntArrayRegion)(JNIEnv*, jintArray, 446 void (*SetIntArrayRegion)(JNIEnv*, jintArray, 874 jintArray NewIntArray(jsize length) in NewIntArray() 891 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements() 912 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 324 FN0(ff,NORMAL ,jintArray) \ 346 FN(aff,NORMAL ,jintArray,jintArray) \ 646 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Integer;", jintArray); in TEST()
|
/libnativehelper/platform_include/nativehelper/detail/ |
D | signature_checker.h | 791 TYPE_TRAIT_FN(jintArray, "[I", kFastNative, kFinal, kSecondOrLate…
|