/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
javaupm_hmc5883l.i | 18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303/ |
javaupm_lsm303.i | 18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/ |
javaupm_lsm303d.i | 18 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/ |
javaupm_h3lis331dl.i | 39 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const int*)$1); 44 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/adxl335/ |
javaupm_adxl335.i | 36 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/itg3200/ |
javaupm_itg3200.i | 32 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/hardware/bsp/intel/peripheral/libupm/src/mma7660/ |
javaupm_mma7660.i | 43 JCALL4(SetIntArrayRegion, jenv, $result, 0, 3, (const signed int*)$1);
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
jni_data_utils.h | 94 env->SetIntArrayRegion(intArrayToOutputCodePoints, start, outputCodePointCount, 97 env->SetIntArrayRegion(intArrayToOutputCodePoints, start + outputCodePointCount, 136 env->SetIntArrayRegion(array, index, 1 /* len */, &value);
|
jni_data_utils.cpp | 45 env->SetIntArrayRegion(outProbabilityInfo, 0 /* start */, NELEMS(probabilityInfo), 91 env->SetIntArrayRegion(bigramProbabilityInfoArray, 0 /* start */,
|
/libcore/ojluni/src/main/native/ |
FileSystemPreferences.c | 112 (*env)->SetIntArrayRegion(env, javaResult, 0, 2, result);
|
/frameworks/base/core/jni/ |
android_text_StaticLayout.cpp | 88 env->SetIntArrayRegion(recycleBreaks, 0, nBreaks, breaks); 90 env->SetIntArrayRegion(recycleFlags, 0, nBreaks, flags);
|
android_util_StringBlock.cpp | 131 env->SetIntArrayRegion(array,
|
android_media_AudioSystem.cpp | 423 env->SetIntArrayRegion(recParamArray, 0, REC_PARAM_SIZE, recParamData); 815 env->SetIntArrayRegion(jGainValues, 0, numValues, [all...] |
android_hardware_location_ContextHubService.cpp | 334 env->SetIntArrayRegion(jheader, 0, headerLen, (jint *)header); 569 // TODO : env->SetIntArrayRegion(jintBuf, 0, hub->num_connected_sensors, 572 env->SetIntArrayRegion(jintBuf, 0, hub->num_connected_sensors, dummyConnectedSensors);
|
com_google_android_gles_jni_EGLImpl.cpp | 214 _env->SetIntArrayRegion(num_config, 0, 1, (jint*) &num); 380 _env->SetIntArrayRegion(value, 0, 1, &localValue); 401 _env->SetIntArrayRegion(num_config, 0, 1, (jint*) &num);
|
android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 477 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf); 545 env->SetIntArrayRegion(dimens, /*start*/0, /*length*/ARRAY_SIZE(dimenBuf), dimenBuf);
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.cpp | 501 e->SetIntArrayRegion(techList->get(), 0, index, technologies); 506 e->SetIntArrayRegion(handleList->get(), 0, index, handles); 511 e->SetIntArrayRegion(libnfcTypeList->get(), 0, index, libnfctypes);
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 176 env->SetIntArrayRegion(static_cast<jintArray>(result),
|
jni_native_frame.cpp | 126 env->SetIntArrayRegion(result, 0, count, reinterpret_cast<const jint*>(data));
|
/packages/services/Car/service/jni/ |
com_android_car_CarCameraService.cpp | 84 env->SetIntArrayRegion(outArray, 0, numCameras, (jint*)camera_list);
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 609 env->SetIntArrayRegion(bytes, 0, imageSize, (jint*) image); 610 env->SetIntArrayRegion(bytes, imageSize, 2, (jint*) dims);
|
/frameworks/base/media/jni/ |
android_media_MediaCodecList.cpp | 239 env->SetIntArrayRegion(colorFormatsArray, i, 1, &val);
|
android_mtp_MtpDevice.cpp | 296 env->SetIntArrayRegion(array, 0, length, (const jint *)storageIDs->array()); 350 env->SetIntArrayRegion(array, 0, length, (const jint *)handles->array()); [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_avrcp.cpp | 109 sCallbackEnv->SetIntArrayRegion(attrs, 0, num_attr, (jint *)p_attrs);
|
/development/ndk/platforms/android-3/include/ |
jni.h | 461 void (*SetIntArrayRegion)(JNIEnv*, jintArray, [all...] |