Searched refs:GetObjectArrayElement (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/media/midi/
H A Dusb_midi_device_factory_android.cc66 env, env->GetObjectArrayElement(devices, i));
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc61 env, static_cast<jstring>(env->GetObjectArrayElement(filepaths, i)));
64 static_cast<jstring>(env->GetObjectArrayElement(display_names, i)));
/external/chromium_org/base/android/
H A Djni_array.cc116 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/
H A Dvideo_capture_device_factory_android.cc100 env, env->GetObjectArrayElement(collected_formats.obj(), i));
/external/chromium_org/content/browser/android/java/
H A Dgin_java_bound_object.cc172 env->GetObjectArrayElement(methods.obj(), i));
H A Djava_method.cc152 ScopedJavaLocalRef<jobject> parameter(env, env->GetObjectArrayElement(
/external/chromium_org/media/audio/android/
H A Daudio_manager_android.cc102 env, env->GetObjectArrayElement(j_device_array.obj(), i));
/external/chromium_org/chrome/browser/android/provider/
H A Dchrome_browser_provider.cc160 static_cast<jstring>(env->GetObjectArrayElement(array, i))));
1272 env->GetObjectArrayElement(projection, i)));
1414 env->GetObjectArrayElement(projection, i)));
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg-jni.c657 bailif0(tobj=(*env)->GetObjectArrayElement(env, tobjs, i));
691 bailif0(jdstBufs[i]=(*env)->GetObjectArrayElement(env, dstobjs, i));
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h378 (((*(env))->GetObjectArrayElement)(env, JRI_GetObjectArrayElement_op, array, index))
533 void* (*GetObjectArrayElement)(JRIEnv* env, jint op, void* a, jint b); member in struct:JRIEnvInterface
H A Djni.h606 jobject (JNICALL *GetObjectArrayElement) member in struct:JNINativeInterface_
1545 jobject GetObjectArrayElement(jobjectArray array, jsize index) { function in struct:JNIEnv_
1546 return functions->GetObjectArrayElement(this,array,index);
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc143 env, env->GetObjectArrayElement(j_codec_info_array.obj(), i));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc486 jobject ret = jni->GetObjectArrayElement(state_values, index);
487 CHECK_EXCEPTION(jni) << "error during GetObjectArrayElement";
1578 jni->NewGlobalRef(jni->GetObjectArrayElement(input_buffers, i));
2203 jni->NewGlobalRef(jni->GetObjectArrayElement(input_buffers, i));
2435 jni->GetObjectArrayElement(output_buffers, output_buffer_index);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1504 jobject so = (*env)->GetObjectArrayElement(env, args, i);
3253 jobject so = (*env)->GetObjectArrayElement(env, args, i);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4980 ScopedLocalRef<jobject> item(env, env->GetObjectArrayElement(joa.get(), i));
7577 reinterpret_cast<jbyteArray>(env->GetObjectArrayElement(principals, i)));
7819 reinterpret_cast<jstring>(env->GetObjectArrayElement(cipherSuites, i)));

Completed in 458 milliseconds