Searched refs:jintArray (Results 1 – 3 of 3) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 84 typedef _jintArray* jintArray; typedef 106 typedef jarray jintArray; typedef 403 jintArray (*NewIntArray)(JNIEnv*, jsize); 412 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*); 425 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray, 442 void (*GetIntArrayRegion)(JNIEnv*, jintArray, 460 void (*SetIntArrayRegion)(JNIEnv*, jintArray, 888 jintArray NewIntArray(jsize length) in NewIntArray() 905 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements() 926 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements() [all …]
|
/dalvik/vm/ |
D | CheckJni.cpp | 1785 NEW_PRIMITIVE_ARRAY(jintArray, Int);
|
D | Jni.cpp | 2390 NEW_PRIMITIVE_ARRAY(jintArray, Int, 'I');
|