Searched refs:ice_restart (Results 1 - 10 of 10) 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 Dtransportdescriptionfactory.cc63 if (!current_description || options.ice_restart) {
116 if (!current_description || options.ice_restart) {
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) {
H A Dtransportdescriptionfactory_unittest.cc96 options.ice_restart = true;
103 // |options.ice_restart == true|
371 // if |TransportDescriptionOptions::ice_restart| is true.
377 // if |TransportDescriptionOptions::ice_restart| is true and DTLS is enabled.
/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
H A Dwebrtcsessiondescriptionfactory.cc328 !request.options.transport_options.ice_restart) {
341 request.options.transport_options.ice_restart = session_->IceRestartPending();
372 !request.options.transport_options.ice_restart) {
H A Dmediastreamsignaling.cc105 options->transport_options.ice_restart = value;
108 options->transport_options.ice_restart = false;
442 session_options->transport_options.ice_restart = rtc_options.ice_restart;
H A Dmediastreamsignaling_unittest.cc666 EXPECT_FALSE(options.transport_options.ice_restart);
701 // have |transport_options.ice_restart| set.
705 rtc_options.ice_restart = true;
709 EXPECT_TRUE(options.transport_options.ice_restart);
713 EXPECT_FALSE(options.transport_options.ice_restart);
H A Dpeerconnection.cc547 options.ice_restart = value;
H A Dwebrtcsession_unittest.cc2967 options.transport_options.ice_restart = true;
2998 options.transport_options.ice_restart = false;

Completed in 3597 milliseconds