Searched refs:jintArray (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-3/include/ |
D | jni.h | 85 typedef _jintArray* jintArray; typedef 107 typedef jarray jintArray; typedef 404 jintArray (*NewIntArray)(JNIEnv*, jsize); 413 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*); 426 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray, 443 void (*GetIntArrayRegion)(JNIEnv*, jintArray, 461 void (*SetIntArrayRegion)(JNIEnv*, jintArray, 906 jintArray NewIntArray(jsize length) in NewIntArray() 923 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements() 944 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements() [all …]
|