Searched refs:IceCandidate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DIceCandidate.java34 public class IceCandidate { class
39 public IceCandidate(String sdpMid, int sdpMLineIndex, String sdp) { method in class:IceCandidate
H A DPeerConnection.java72 public void onIceCandidate(IceCandidate candidate);
145 public boolean addIceCandidate(IceCandidate candidate) {
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
H A DAppRTCDemoActivity.java52 import org.webrtc.IceCandidate;
95 private LinkedList<IceCandidate> queuedRemoteCandidates =
96 new LinkedList<IceCandidate>();
463 @Override public void onIceCandidate(final IceCandidate candidate){
609 for (IceCandidate candidate : queuedRemoteCandidates) {
632 IceCandidate candidate = new IceCandidate(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java77 public LinkedList<IceCandidate> gotIceCandidates =
78 new LinkedList<IceCandidate>();
108 public synchronized void onIceCandidate(IceCandidate candidate) {
670 for (IceCandidate candidate : offeringExpectations.gotIceCandidates) {
674 for (IceCandidate candidate : answeringExpectations.gotIceCandidates) {

Completed in 391 milliseconds