HomeSort by relevance Sort by last modified time
    Searched full:j_iterator (Results 1 - 1 of 1) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 444 jobject j_iterator = jni->CallObjectMethod(j_list, j_iterator_id); local
447 GetObjectClass(jni, j_iterator), "hasNext", "()Z");
449 GetObjectClass(jni, j_iterator), "next", "()Ljava/lang/Object;");
450 while (jni->CallBooleanMethod(j_iterator, j_has_next)) {
452 jobject entry = jni->CallObjectMethod(j_iterator, j_next);
    [all...]

Completed in 156 milliseconds