HomeSort by relevance Sort by last modified time
    Searched refs:jintArray (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 408 jintArray recParamArray = env->NewIntArray(REC_PARAM_SIZE);
630 jintArray jValues = (jintArray)env->GetObjectField(jAudioGainConfig,
722 jintArray jGainValues;
910 jintArray jSamplingRates = NULL;
911 jintArray jChannelMasks = NULL;
912 jintArray jChannelIndexMasks = NULL;
914 jintArray jFormats = NULL;
    [all...]
android_hardware_location_ContextHubService.cpp 326 jintArray jheader = env->NewIntArray(headerLen);
534 jintArray jintBuf;
612 static jint nativeSendMessage(JNIEnv *env, jobject instance, jintArray header_,
android_animation_PropertyValuesHolder.cpp 129 JNIEnv* env, jclass pvhObject, jobject target, jlong methodID, jintArray arg)
android_hardware_SensorManager.cpp 253 jintArray mIntScratch;
263 mIntScratch = (jintArray) env->NewGlobalRef(env->NewIntArray(16));
android_util_EventLog.cpp 173 jintArray tags,
android_graphics_Canvas.cpp 313 jintArray jcolors, jint colorIndex,
441 jintArray jcolors, jint offset, jint stride,
465 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) {
android_hardware_SoundTrigger.cpp 503 jobject jSoundModel, jintArray jHandle)
623 jintArray jUsers = (jintArray)env->GetObjectField(jPhrase, gKeyphraseFields.users);
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 352 jint sessionId, jintArray jId, jstring opPackageName)
501 static jintArray
504 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/native/opengl/tools/glgen/stubs/gles11/
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/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/graphics/
Bitmap.cpp 497 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors, int srcOffset, int srcStride,
705 static jobject Bitmap_creator(JNIEnv* env, jobject, jintArray jColors,
    [all...]
  /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,
450 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) {
java_math_NativeBN.cpp 207 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong ret0) {
409 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass, jlong a0) {
417 jintArray result = env->NewIntArray(wLen * sizeof(BN_ULONG)/sizeof(unsigned int));
  /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);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 227 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
android_jni_cts_StaticNonce.c 242 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
  /external/opencv/
cvjni.h 97 jintArray photo_data,
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 235 jintArray colorFormatsArray = env->NewIntArray(colorFormats.size());

Completed in 290 milliseconds

1 2 3 4 56 7 8