HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectArrayElement (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp 54 filesUTF[i] = env->GetStringUTFChars((jstring)env->GetObjectArrayElement(files, i), NULL);
60 keysUTF[i] = env->GetStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), NULL);
66 env->ReleaseStringUTFChars((jstring)env->GetObjectArrayElement(files, i), filesUTF[i]);
71 env->ReleaseStringUTFChars((jstring)env->GetObjectArrayElement(keys, i), keysUTF[i]);
com_android_internal_os_ZygoteInit.cpp 181 jobject fdObj = env->GetObjectArrayElement(fds, i);
211 jobject fdObj = env->GetObjectArrayElement(fds, i);
android_util_EventLog.cpp 108 jobject item = env->GetObjectArrayElement(value, copied);
android_hardware_SoundTrigger.cpp 596 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i);
722 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i);
737 jobject jConfidenceLevel = env->GetObjectArrayElement(jConfidenceLevels, j);
    [all...]
android_view_MotionEvent.cpp 356 jobject pointerPropertiesObj = env->GetObjectArrayElement(pointerPropertiesObjArray, i);
363 jobject pointerCoordsObj = env->GetObjectArrayElement(pointerCoordsObjArray, i);
414 jobject pointerCoordsObj = env->GetObjectArrayElement(pointerCoordsObjArray, i);
    [all...]
android_media_AudioSystem.cpp 616 jAudioGain = env->GetObjectArrayElement(jGains, gainIndex);
    [all...]
com_android_internal_content_NativeLibraryHelper.cpp 419 (jstring) env->GetObjectArrayElement(supportedAbisArray, i)));
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 23 jstring _varying = (jstring)_env->GetObjectArrayElement(varyings_ref, _i);
38 jstring _varying = (jstring)_env->GetObjectArrayElement(varyings_ref, _i);
glGetUniformIndices.cpp 24 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
65 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
110 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
143 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
  /libcore/luni/src/main/native/
ExecStrings.cpp 36 ScopedLocalRef<jstring> java_string(env_, reinterpret_cast<jstring>(env_->GetObjectArrayElement(java_array_, i)));
56 ScopedLocalRef<jstring> java_string(env_, reinterpret_cast<jstring>(env_->GetObjectArrayElement(java_array_, i)));
libcore_icu_TimeZoneNames.cpp 82 reinterpret_cast<jobjectArray>(env->GetObjectArrayElement(result, i)));
84 reinterpret_cast<jstring>(env->GetObjectArrayElement(java_row.get(), 0)));
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 49 env->GetObjectArrayElement(attributeKeyStringArray, i));
58 env->GetObjectArrayElement(attributeValueStringArray, i));
111 jintArray prevWord = (jintArray)env->GetObjectArrayElement(prevWordCodePointArrays, i);
  /external/chromium_org/media/midi/
usb_midi_device_factory_android.cc 66 env, env->GetObjectArrayElement(devices, i));
  /external/chromium_org/base/android/
jni_array.cc 116 static_cast<jstring>(env->GetObjectArrayElement(array, i)));
132 static_cast<jstring>(env->GetObjectArrayElement(array, i)));
207 env->GetObjectArrayElement(array, i)));
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.cc 100 env, env->GetObjectArrayElement(collected_formats.obj(), i));
  /frameworks/base/media/jni/
android_media_Utils.cpp 56 jstring key = (jstring) env->GetObjectArrayElement(keys, i);
57 jstring value = (jstring) env->GetObjectArrayElement(values, i);
315 jobject keyObj = env->GetObjectArrayElement(keys, i);
332 jobject valueObj = env->GetObjectArrayElement(values, i);
  /prebuilts/misc/common/swig/include/2.0.11/java/
various.i 35 jstring j_string = (jstring)JCALL2(GetObjectArrayElement, jenv, $input, i);
  /external/chromium_org/content/browser/android/java/
gin_java_bound_object.cc 172 env->GetObjectArrayElement(methods.obj(), i));
java_method.cc 185 ScopedJavaLocalRef<jobject> parameter(env, env->GetObjectArrayElement(
  /frameworks/base/media/mca/filterfw/jni/
jni_native_program.cpp 148 jobject input = env->GetObjectArrayElement(inputs, i);
jni_shader_program.cpp 108 jobject input = env->GetObjectArrayElement(inputs, i);
  /external/chromium_org/media/audio/android/
audio_manager_android.cc 102 env, env->GetObjectArrayElement(j_device_array.obj(), i));
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 621 jobject objAp = env->GetObjectArrayElement(array, i);
742 jobject objAp = env->GetObjectArrayElement(bssids, i);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 283 text = (jstring) env->GetObjectArrayElement(textArray, i);
  /art/runtime/
jni_internal_test.cc     [all...]

Completed in 87 milliseconds

1 2 3 4 5