Home
last modified time | relevance | path

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

/dalvik/libnativehelper/include/nativehelper/
Djni.h84 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/
DCheckJni.cpp1785 NEW_PRIMITIVE_ARRAY(jintArray, Int);
DJni.cpp2390 NEW_PRIMITIVE_ARRAY(jintArray, Int, 'I');