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

  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCPeerConnectionHandlerClient.h 66 enum IceGatheringState {
77 virtual void didChangeIceGatheringState(IceGatheringState) = 0;
  /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/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 145 enum IceGatheringState {
240 virtual IceGatheringState ice_gathering_state() = 0;
286 // Called any time the IceGatheringState changes
288 PeerConnectionInterface::IceGatheringState new_state) {}

Completed in 46 milliseconds