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

  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 77 private final LinkedList<IceCandidate> gotIceCandidates =
114 synchronized (gotIceCandidates) {
115 gotIceCandidates.add(candidate);
116 gotIceCandidates.notifyAll();
395 synchronized (gotIceCandidates) {
396 while (gotIceCandidates.isEmpty()) {
397 gotIceCandidates.wait();
399 return new LinkedList<IceCandidate>(gotIceCandidates);

Completed in 577 milliseconds