| /external/libgdx/gdx/jni/ |
| com.badlogic.gdx.utils.BufferUtils.h | 80 (JNIEnv *, jclass, jintArray, jint, jobject, jint, jint);
|
| /external/libgdx/gdx/jni/iosgl/ |
| iosgl20.h | [all...] |
| iosgl30.cpp | 201 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { 224 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { 446 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) { 469 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) { 845 (JNIEnv *env, jobject, jint count, jintArray samplers, jint offset) { 868 (JNIEnv *env, jobject, jint count, jintArray samplers, jint offset) [all...] |
| /external/opencv/ |
| cvjni.cpp | 167 IplImage* getIplImageFromIntArray(JNIEnv* env, jintArray array_data,
192 jintArray photo_data,
670 jintArray photo_data1,
671 jintArray photo_data2,
|
| /frameworks/native/opengl/tools/glgen/stubs/gles11/ |
| glGetActiveUniformBlockName.cpp | 4 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) {
|
| common.cpp | 129 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { 184 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) {
|
| /frameworks/base/core/jni/android/graphics/ |
| YuvToJpegEncoder.cpp | 222 jint format, jint width, jint height, jintArray offsets, 223 jintArray strides, jint jpegQuality, jobject jstream,
|
| Bitmap.cpp | 498 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors, int srcOffset, int srcStride, 706 static jobject Bitmap_creator(JNIEnv* env, jobject, jintArray jColors, [all...] |
| /packages/apps/Nfc/nxp/jni/ |
| com_android_nfc_NativeNfcTag.cpp | 307 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); 388 ScopedLocalRef<jintArray> techList(e, (jintArray) e->GetObjectField(tag, techListField)); 697 jobject o, jbyteArray data, jboolean raw, jintArray statusTargetLost) 934 static jint com_android_nfc_NativeNfcTag_doCheckNdef(JNIEnv *e, jobject o, jintArray ndefinfo) [all...] |
| /frameworks/base/media/jni/audioeffect/ |
| android_media_Visualizer.cpp | 352 jint sessionId, jintArray jId, jstring opPackageName) 502 static jintArray 505 jintArray jRange = env->NewIntArray(2);
|
| /frameworks/opt/net/wifi/service/jni/ |
| jni_helper.cpp | 649 JNIObject<jintArray> JNIHelper::newIntArray(int num) { 650 return JNIObject<jintArray>(*this, mEnv->NewIntArray(num)); 669 void JNIHelper::setIntArrayRegion(jintArray array, int from, int to, const jint *ints) {
|
| /frameworks/base/rs/jni/ |
| android_renderscript_RenderScript.cpp | 185 len = _env->GetArrayLength((jintArray)data); \ 186 ptr = _env->GetIntArrayElements((jintArray)data, flag); \ 211 _env->ReleaseIntArrayElements((jintArray)data, (jint *)ptr, relFlag); \ 354 jlongArray valueArray, jintArray sizeArray, 472 jintArray sizeArray) { [all...] |
| /external/sl4a/ScriptingLayerForAndroid/jni/ |
| com_googlecode_android_scripting_Exec.cpp | 124 jintArray processIdArray) {
|
| /frameworks/base/core/jni/android/opengl/ |
| util.cpp | 179 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { 228 static void Release(JNIEnv* _env, jintArray array, jint* data, jint mode) { 318 typedef ArrayHelper<jintArray, int, IntArrayGetter, IntArrayReleaser> IntArrayHelper; 490 jintArray results_ref, jint resultsOffset, jint resultsCapacity) { [all...] |
| /frameworks/base/core/jni/ |
| android_animation_PropertyValuesHolder.cpp | 129 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jintArray arg)
|
| android_graphics_drawable_AnimatedVectorDrawable.cpp | 157 jintArray srcData, jint length) {
|
| android_hardware_location_ContextHubService.cpp | 555 jintArray jheader = env->NewIntArray(headerLen); 707 jintArray jheader = env->NewIntArray(sizeof(header)); [all...] |
| android_media_AudioSystem.cpp | 409 jintArray recParamArray = env->NewIntArray(REC_PARAM_SIZE); 631 jintArray jValues = (jintArray)env->GetObjectField(jAudioGainConfig, 723 jintArray jGainValues; 917 jintArray jSamplingRates = NULL; 918 jintArray jChannelMasks = NULL; 919 jintArray jChannelIndexMasks = NULL; 921 jintArray jFormats = NULL; [all...] |
| android_hardware_SensorManager.cpp | 253 jintArray mIntScratch; 263 mIntScratch = (jintArray) env->NewGlobalRef(env->NewIntArray(16));
|
| /packages/apps/Bluetooth/jni/ |
| com_android_bluetooth_btservice_AdapterService.cpp | 103 static int get_properties(int num_properties, bt_property_t *properties, jintArray *types, 127 jintArray types; 151 /* (BT) Initialize the jobjectArray and jintArray here itself and send the 161 types = (jintArray)callbackEnv->NewIntArray(num_properties); 204 jintArray types; 216 /* Initialize the jobjectArray and jintArray here itself and send the 226 types = (jintArray)callbackEnv->NewIntArray(num_properties); [all...] |
| /frameworks/support/v8/renderscript/jni/ |
| android_renderscript_RenderScript.cpp | 156 len = _env->GetArrayLength((jintArray)data); \ 157 ptr = _env->GetIntArrayElements((jintArray)data, flag); \ 178 _env->ReleaseIntArrayElements((jintArray)data, (jint *)ptr, relFlag); \ 356 jlongArray valueArray, jintArray sizeArray, 463 jintArray sizeArray) { [all...] |
| /cts/tests/tests/media/libmediandkjni/ |
| native-media-jni.cpp | 135 jintArray ret = env->NewIntArray(numsamples); 343 jintArray ret = env->NewIntArray(numsamples);
|
| /libcore/luni/src/main/native/ |
| libcore_icu_NativeConverter.cpp | 184 jintArray data, jboolean flush) { 240 jintArray data, jboolean flush) {
|
| libcore_io_Memory.cpp | 146 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffset, jint count, jboolean swap) { 198 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffset, jint count, jboolean swap) {
|
| /packages/apps/LegacyCamera/jni/ |
| feature_mos_jni.cpp | 571 JNIEXPORT jintArray JNICALL Java_com_android_camera_panorama_Mosaic_getFinalMosaic( 603 jintArray bytes = env->NewIntArray(imageSize+2);
|