Searched defs:ice_restart (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransportdescriptionfactory.h24 TransportOptions() : ice_restart(false), prefer_passive_role(false) {}
25 bool ice_restart; member in struct:cricket::TransportOptions
/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h285 bool ice_restart; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
292 ice_restart(false),
298 bool ice_restart,
303 ice_restart(ice_restart),
295 RTCOfferAnswerOptions(int offer_to_receive_video, int offer_to_receive_audio, bool voice_activity_detection, bool ice_restart, bool use_rtp_mux) argument
H A Dwebrtcsession.cc888 bool ice_restart = local
897 if (!ice_restart) {

Completed in 101 milliseconds