Searched refs:jintArray (Results 1 – 3 of 3) sorted by relevance
/system/teeui/libteeui_jni/ |
D | libteeui_jni.cpp | 30 template <> struct JTypeTraits<jintArray> { 32 using array_type = jintArray; 123 using JIntArray = JArray<jintArray>; 170 jintArray jbuffer) { in Java_com_android_framebufferizer_NativeRenderer_renderBuffer()
|
/system/teeui/libteeui_jni/include/ |
D | com_android_framebufferizer_NativeRenderer.h | 24 JNIEnv*, jclass, jint, jint, jint, jint, jint, jintArray);
|
/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
D | jni.h | 70 typedef _jintArray* jintArray; typedef 92 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) in NewIntArray() 890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements() 911 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements() [all …]
|