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

  /external/webrtc/webrtc/p2p/base/
transport.h 75 enum IceGatheringState {
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 46 /** Tracks PeerConnectionInterface::IceGatheringState */
47 public enum IceGatheringState { NEW, GATHERING, COMPLETE };
72 /** Triggered when the IceGatheringState changes. */
73 public void onIceGatheringChange(IceGatheringState newState);
263 public native IceGatheringState iceGatheringState();
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 183 enum IceGatheringState {
430 virtual IceGatheringState ice_gathering_state() = 0;
473 // Called any time the IceGatheringState changes
475 PeerConnectionInterface::IceGatheringState new_state) {}

Completed in 82 milliseconds