HomeSort by relevance Sort by last modified time
    Searched refs:jintArray (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 155 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) {
210 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
448 (JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref, jint exponentOffset) {
533 jintArray _mantissaArray = (jintArray) 0;
535 jintArray _exponentArray = (jintArray) 0;
android_util_StringBlock.cpp 98 static jintArray android_content_StringBlock_nativeGetStyle(JNIEnv* env, jobject clazz,
123 jintArray array = env->NewIntArray((num*sizeof(ResStringPool_span))/sizeof(jint));
com_android_internal_os_Zygote.cpp 169 static void SetGids(JNIEnv* env, jintArray javaGids) {
200 ScopedIntArrayRO javaRlimit(env, reinterpret_cast<jintArray>(javaRlimitObject.get()));
365 static void DetachDescriptors(JNIEnv* env, jintArray fdsToClose) {
444 static pid_t ForkAndSpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray javaGids,
449 bool is_system_server, jintArray fdsToClose,
629 JNIEnv* env, jclass, jint uid, jint gid, jintArray gids,
632 jintArray fdsToClose, jstring instructionSet, jstring appDataDir) {
671 JNIEnv* env, jclass, uid_t uid, gid_t gid, jintArray gids,
android_opengl_EGL14.cpp 174 (JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) {
272 (JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) {
346 (JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) {
465 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
520 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
593 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
674 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) {
732 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset)
    [all...]
android_util_Process.cpp 399 jintArray android_os_Process_getExclusiveCores(JNIEnv* env, jobject clazz) {
402 jintArray cpus;
764 jintArray android_os_Process_getPids(JNIEnv* env, jobject clazz,
765 jstring file, jintArray lastArray)
809 jintArray newArray = env->NewIntArray(newCount);
861 char* buffer, jint startIndex, jint endIndex, jintArray format,
985 jbyteArray buffer, jint startIndex, jint endIndex, jintArray format,
1000 jstring file, jintArray format, jobjectArray outStrings,
1108 jintArray android_os_Process_getPidsForCommands(JNIEnv* env, jobject clazz,
    [all...]
android_opengl_GLES10.cpp 155 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) {
210 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
726 (JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) {
779 jintArray _array = (jintArray) 0;
1078 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
    [all...]
com_android_internal_net_NetworkStatsFactory.cpp 76 static jintArray get_int_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow)
79 jintArray array = (jintArray)env->GetObjectField(obj, field);
  /frameworks/base/media/mca/filterfw/jni/
jni_gl_frame.h 58 Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
60 JNIEXPORT jintArray JNICALL
jni_native_frame.cpp 100 jintArray ints) {
116 jintArray Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env,
125 jintArray result = env->NewIntArray(count);
jni_vertex_frame.cpp 36 jintArray ints) {
jni_gl_frame.cpp 143 jintArray ints) {
158 jintArray Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz) {
161 jintArray result = env->NewIntArray(frame->Size() / sizeof(jint));
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
77 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 118 static bool SetPixels(JNIEnv* env, jintArray colors, int srcOffset,
257 AutoJavaIntArray(JNIEnv* env, jintArray array, int minLength = 0);
265 jintArray fArray;
Shader.cpp 109 jintArray colorArray, jfloatArray posArray, jint tileMode)
155 jintArray colorArray, jfloatArray posArray, jint tileMode) {
197 jintArray jcolors, jfloatArray jpositions) {
  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 120 JNIObject<jintArray> newIntArray(int num);
125 void setIntArrayRegion(jintArray array, int from, int to, const jint *ints);
139 friend class JNIObject<jintArray>;
  /prebuilts/misc/common/swig/include/2.0.11/java/
typemaps.i 218 OUTPUT_TYPEMAP(unsigned short, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
219 OUTPUT_TYPEMAP(int, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
221 OUTPUT_TYPEMAP(long, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
357 INOUT_TYPEMAP(unsigned short, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
358 INOUT_TYPEMAP(int, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
360 INOUT_TYPEMAP(long, jint, int, Int, "[Ljava/lang/Integer;", jintArray);
java.swg 125 %typemap(jni) jintArray "jintArray"
145 %typemap(jtype) jintArray "int[]"
165 %typemap(jstype) jintArray "int[]"
737 jintArray,
758 jintArray,
779 jintArray,
800 %typemap(directorin,descriptor="[I") jintArray "$input = $1;"
820 jintArray,
841 jintArray,
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 95 jintArray attrs;
103 attrs = (jintArray)sCallbackEnv->NewIntArray(num_attr);
105 ALOGE("Fail to new jintArray for attrs");
275 jintArray attrIds, jobjectArray textArray) {
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 147 static bool fillPermittedCaps(vfs_cap_data* capData, JNIEnv* env, jintArray capIds)
171 jobject /* clazz */, jstring path, jintArray capIds)
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 250 ScopedLocalRef<jintArray> operations(env, static_cast<jintArray>(env->NewIntArray(size)));
266 ScopedLocalRef<jintArray> events(env, static_cast<jintArray>(env->NewIntArray(size)));
283 static jintArray
294 jintArray array = env->NewIntArray(length);
336 static jintArray
348 jintArray array = env->NewIntArray(length);
    [all...]
  /packages/services/Car/service/jni/
com_android_car_CarCameraService.cpp 65 static jintArray com_android_car_CarCameraService_nativeGetSupportedCameras
72 jintArray outArray = NULL;
  /external/libgdx/gdx/jni/iosgl/
com.badlogic.gdx.backends.iosrobovm.IOSGLES10.cpp 667 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glDeleteBuffers__I_3II(JNIEnv* env, jobject object, jint n, jintArray obj_buffers, jint offset) {
713 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGetBufferParameteriv__II_3II(JNIEnv* env, jobject object, jint target, jint pname, jintArray obj_params, jint offset) {
736 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGenBuffers__I_3II(JNIEnv* env, jobject object, jint n, jintArray obj_buffers, jint offset) {
759 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGetTexEnviv__II_3II(JNIEnv* env, jobject object, jint envi, jint pname, jintArray obj_params, jint offset) {
782 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGetTexParameteriv__II_3II(JNIEnv* env, jobject object, jint target, jint pname, jintArray obj_params, jint offset) {
845 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glTexEnviv__II_3II(JNIEnv* env, jobject object, jint target, jint pname, jintArray obj_params, jint offset) {
878 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glTexParameteriv__II_3II(JNIEnv* env, jobject object, jint target, jint pname, jintArray obj_params, jint offset) {
1003 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glDeleteTextures__I_3II(JNIEnv* env, jobject object, jint n, jintArray obj_textures, jint offset) {
1078 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGenTextures__I_3II(JNIEnv* env, jobject object, jint n, jintArray obj_textures, jint offset) {
1090 JNIEXPORT void JNICALL Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES10_glGetIntegerv__I_3II(JNIEnv* env, jobject object, jint pname, jintArray obj_params, jint offset)
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 85 typedef _jintArray* jintArray;
107 typedef jarray jintArray;
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,
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 71 typedef _jintArray* jintArray;
93 typedef jarray jintArray;
390 jintArray (*NewIntArray)(JNIEnv*, jsize);
399 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
412 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
429 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
447 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 85 typedef _jintArray* jintArray;
107 typedef jarray jintArray;
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,
    [all...]

Completed in 1734 milliseconds

1 23 4 5 6 7 8 9