Searched refs:IceCandidate (Results 1 – 10 of 10) sorted by relevance
13 import org.webrtc.IceCandidate;59 public void sendLocalIceCandidate(final IceCandidate candidate); in sendLocalIceCandidate()76 public final List<IceCandidate> iceCandidates;82 SessionDescription offerSdp, List<IceCandidate> iceCandidates) { in SignalingParameters()113 public void onRemoteIceCandidate(final IceCandidate candidate); in onRemoteIceCandidate()
22 import org.webrtc.IceCandidate;90 LinkedList<IceCandidate> iceCandidates = null; in roomHttpResponseParse()107 iceCandidates = new LinkedList<IceCandidate>(); in roomHttpResponseParse()120 IceCandidate candidate = new IceCandidate( in roomHttpResponseParse()
24 import org.webrtc.IceCandidate;228 public void sendLocalIceCandidate(final IceCandidate candidate) { in sendLocalIceCandidate()273 IceCandidate candidate = new IceCandidate( in onWebSocketMessage()
23 import org.webrtc.IceCandidate;116 private LinkedList<IceCandidate> queuedRemoteCandidates;184 public void onIceCandidate(final IceCandidate candidate); in onIceCandidate()444 queuedRemoteCandidates = new LinkedList<IceCandidate>(); in createPeerConnectionInternal()644 public void addRemoteIceCandidate(final IceCandidate candidate) { in addRemoteIceCandidate()871 for (IceCandidate candidate : queuedRemoteCandidates) { in drainCandidates()918 public void onIceCandidate(final IceCandidate candidate){ in onIceCandidate()
34 import org.webrtc.IceCandidate;510 for (IceCandidate iceCandidate : params.iceCandidates) { in onConnectedToRoomInternal()550 public void onRemoteIceCandidate(final IceCandidate candidate) { in onRemoteIceCandidate()603 public void onIceCandidate(final IceCandidate candidate) { in onIceCandidate()
34 public class IceCandidate { class39 public IceCandidate(String sdpMid, int sdpMLineIndex, String sdp) { in IceCandidate() method in IceCandidate
76 public void onIceCandidate(IceCandidate candidate); in onIceCandidate()208 public boolean addIceCandidate(IceCandidate candidate) { in addIceCandidate()
77 private final LinkedList<IceCandidate> gotIceCandidates =78 new LinkedList<IceCandidate>();108 public synchronized void onIceCandidate(IceCandidate candidate) { in onIceCandidate()394 public List<IceCandidate> getAtLeastOneIceCandidate() throws InterruptedException { in getAtLeastOneIceCandidate()399 return new LinkedList<IceCandidate>(gotIceCandidates); in getAtLeastOneIceCandidate()667 for (IceCandidate candidate : offeringExpectations.getAtLeastOneIceCandidate()) {673 for (IceCandidate candidate : answeringExpectations.getAtLeastOneIceCandidate()) {
24 import org.webrtc.IceCandidate;65 private List<IceCandidate> iceCandidates = new LinkedList<IceCandidate>();127 public void onIceCandidate(final IceCandidate candidate) { in onIceCandidate()
153 'app/webrtc/java/src/org/webrtc/IceCandidate.java',