HomeSort by relevance Sort by last modified time
    Searched full:ice_restart (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.h 40 TransportOptions() : ice_restart(false), prefer_passive_role(false) {}
41 bool ice_restart; member in struct:cricket::TransportOptions
transportdescriptionfactory.cc 63 if (!current_description || options.ice_restart) {
116 if (!current_description || options.ice_restart) {
transportdescriptionfactory_unittest.cc 96 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.
p2ptransportchannel.cc 253 bool ice_restart = false; local
257 ice_restart = (ice_ufrag_ != ice_ufrag) || (ice_pwd_!= ice_pwd);
263 if (ice_restart) {
272 bool ice_restart = false; local
274 ice_restart = (remote_ice_ufrag_ != ice_ufrag) ||
281 if (ice_restart) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 325 !request.options.transport_options.ice_restart) {
338 request.options.transport_options.ice_restart = session_->IceRestartPending();
369 !request.options.transport_options.ice_restart) {
mediastreamsignaling_unittest.cc 616 // MediaSessionOptions don't have |transport_options.ice_restart| set.
623 EXPECT_TRUE(options.transport_options.ice_restart);
626 EXPECT_FALSE(options.transport_options.ice_restart);
    [all...]
mediastreamsignaling.cc 115 options->transport_options.ice_restart = value;
118 options->transport_options.ice_restart = false;
    [all...]
webrtcsession_unittest.cc     [all...]

Completed in 2517 milliseconds