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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescriptionfactory.h40 TransportOptions() : ice_restart(false), prefer_passive_role(false) {}
41 bool ice_restart; member in struct:cricket::TransportOptions
H A Dp2ptransportchannel.cc258 bool ice_restart = false; local
262 ice_restart =
269 if (ice_restart) {
278 bool ice_restart = false; local
280 ice_restart = (remote_ice_ufrag_ != ice_ufrag) ||
287 if (ice_restart) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h216 bool ice_restart; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
223 ice_restart(false),
229 bool ice_restart,
234 ice_restart(ice_restart),
226 RTCOfferAnswerOptions(int offer_to_receive_video, int offer_to_receive_audio, bool voice_activity_detection, bool ice_restart, bool use_rtp_mux) argument

Completed in 724 milliseconds