HomeSort by relevance Sort by last modified time
    Searched defs:iceGatheringState (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCPeerConnection.h 56 @property(nonatomic, assign, readonly) RTCICEGatheringState iceGatheringState;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 45 /** Tracks PeerConnectionInterface::IceGatheringState */
46 public enum IceGatheringState { NEW, GATHERING, COMPLETE };
68 /** Triggered when the IceGatheringState changes. */
69 public void onIceGatheringChange(IceGatheringState newState);
172 public native IceGatheringState iceGatheringState();
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 340 String RTCPeerConnection::iceGatheringState() const
560 void RTCPeerConnection::didChangeIceGatheringState(IceGatheringState newState)
660 void RTCPeerConnection::changeIceGatheringState(IceGatheringState iceGatheringState)
662 m_iceGatheringState = iceGatheringState;

Completed in 56 milliseconds