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

  /external/webrtc/webrtc/p2p/base/
transport.h 48 // TODO(deadbeef): Unify with PeerConnectionInterface::IceConnectionState
51 enum IceConnectionState {
72 // TODO(deadbeef): Unify with PeerConnectionInterface::IceConnectionState
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 50 /** Tracks PeerConnectionInterface::IceConnectionState */
51 public enum IceConnectionState {
66 /** Triggered when the IceConnectionState changes. */
67 public void onIceConnectionChange(IceConnectionState newState);
261 public native IceConnectionState iceConnectionState();
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 189 enum IceConnectionState {
429 virtual IceConnectionState ice_connection_state() = 0;
469 // Called any time the IceConnectionState changes
471 PeerConnectionInterface::IceConnectionState new_state) {}

Completed in 642 milliseconds