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

1 2 3 4 5 6 7

  /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]);
android_view_PointerIcon.cpp 102 ScopedLocalRef<jobject> bitmapObj(env, env->GetObjectArrayElement(bitmapFramesObj.get(), i));
android_os_VintfObject.cpp 100 jstring element = (jstring)env->GetObjectArrayElement(packageInfo, i);
android_util_EventLog.cpp 123 jobject item = env->GetObjectArrayElement(value, copied);
android_app_admin_SecurityLog.cpp 85 jobject item = env->GetObjectArrayElement(value, copied);
android_hardware_SoundTrigger.cpp 617 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i);
745 jobject jPhrase = env->GetObjectArrayElement(jPhrases, i);
760 jobject jConfidenceLevel = env->GetObjectArrayElement(jConfidenceLevels, j);
    [all...]
  /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);
144 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
glCreateShaderProgramv.cpp 39 _jstrings[i] = (jstring) _env->GetObjectArrayElement(strings, i);
  /libcore/luni/src/main/native/
ExecStrings.cpp 37 ScopedLocalRef<jstring> java_string(env_, reinterpret_cast<jstring>(env_->GetObjectArrayElement(java_array_, i)));
57 ScopedLocalRef<jstring> java_string(env_, reinterpret_cast<jstring>(env_->GetObjectArrayElement(java_array_, i)));
libcore_icu_TimeZoneNames.cpp 83 reinterpret_cast<jobjectArray>(env->GetObjectArrayElement(result, i)));
85 reinterpret_cast<jstring>(env->GetObjectArrayElement(java_row.get(), 0)));
  /packages/inputmethods/LatinIME/native/jni/src/utils/
jni_data_utils.h 50 env->GetObjectArrayElement(attributeKeyStringArray, i));
60 env->GetObjectArrayElement(attributeValueStringArray, i));
110 jintArray prevWord = (jintArray)env->GetObjectArrayElement(prevWordCodePointArrays, i);
  /art/test/ti-agent/
common_helper.cc 136 classes.push_back(static_cast<jclass>(env->GetObjectArrayElement(targets, i)));
137 dex_files.push_back(static_cast<jbyteArray>(env->GetObjectArrayElement(dex_file_bytes, i)));
138 class_files.push_back(static_cast<jbyteArray>(env->GetObjectArrayElement(class_file_bytes, i)));
284 classes.push_back(static_cast<jclass>(env->GetObjectArrayElement(targets, i)));
  /external/libmojo/base/android/
jni_array.cc 159 static_cast<jstring>(env->GetObjectArrayElement(array, i)));
175 static_cast<jstring>(env->GetObjectArrayElement(array, i)));
259 env->GetObjectArrayElement(array, i)));
276 env, static_cast<jintArray>(env->GetObjectArrayElement(array, i)));
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 135 jstring arg = (jstring) env->GetObjectArrayElement(argArray, i);
147 jstring var = (jstring) env->GetObjectArrayElement(varArray, i);
  /prebuilts/misc/common/swig/include/2.0.11/java/
various.i 35 jstring j_string = (jstring)JCALL2(GetObjectArrayElement, jenv, $input, i);
  /frameworks/base/services/core/jni/
com_android_server_UsbMidiDevice.cpp 133 jobject fd = env->GetObjectArrayElement(fds, i);
  /art/test/911-get-stack-trace/
stack_trace.cc 175 threads[i] = env->GetObjectArrayElement(jthreads, i);
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_LinkerNamespacesTest.cpp 173 env, (jstring) env->GetObjectArrayElement(java_libraries_array, i));
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 254 jobject ret = jni->GetObjectArrayElement(state_values, index);
255 CHECK_EXCEPTION(jni) << "error during GetObjectArrayElement";
  /frameworks/base/media/jni/
android_media_Utils.cpp 192 jstring key = (jstring) env->GetObjectArrayElement(keys, i);
193 jstring value = (jstring) env->GetObjectArrayElement(values, i);
454 jobject keyObj = env->GetObjectArrayElement(keys, i);
476 jobject valueObj = env->GetObjectArrayElement(values, i);
  /frameworks/base/media/mca/filterfw/jni/
jni_native_program.cpp 149 jobject input = env->GetObjectArrayElement(inputs, i);
jni_shader_program.cpp 101 jobject input = env->GetObjectArrayElement(inputs, i);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 680 env, (jstring)env->GetObjectArrayElement(textArray, attr_cnt));
749 env, (jstring)env->GetObjectArrayElement(textArray, attr_cnt));
    [all...]
  /external/libjpeg-turbo/
turbojpeg-jni.c 332 bailif0(jSrcPlanes[i]=(*env)->GetObjectArrayElement(env, srcobjs, i));
411 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i));
780 bailif0(jDstPlanes[i]=(*env)->GetObjectArrayElement(env, dstobjs, i));
894 bailif0(jSrcPlanes[i]=(*env)->GetObjectArrayElement(env, srcobjs, i));
    [all...]

Completed in 651 milliseconds

1 2 3 4 5 6 7