Searched defs:jintArray (Results 1 - 1 of 1) sorted by relevance

/dalvik/libnativehelper/include/nativehelper/
H A Djni.h69 typedef _jintArray* jintArray; typedef
91 typedef jarray jintArray; typedef
388 jintArray (*NewIntArray)(JNIEnv*, jsize);
397 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
410 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
427 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
445 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
873 jintArray NewIntArray(jsize length)
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
911 void ReleaseIntArrayElements(jintArray arra
[all...]

Completed in 99 milliseconds