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

  /external/webrtc/webrtc/p2p/base/
transportdescriptionfactory.h 24 TransportOptions() : ice_restart(false), prefer_passive_role(false) {}
25 bool ice_restart; member in struct:cricket::TransportOptions
transportdescriptionfactory.cc 31 if (!current_description || options.ice_restart) {
65 if (!current_description || options.ice_restart) {
transportdescriptionfactory_unittest.cc 81 options.ice_restart = true;
88 // |options.ice_restart == true|
252 // if |TransportDescriptionOptions::ice_restart| is true.
258 // if |TransportDescriptionOptions::ice_restart| is true and DTLS is enabled.
  /external/webrtc/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 395 !request.options.audio_transport_options.ice_restart &&
396 !request.options.video_transport_options.ice_restart &&
397 !request.options.data_transport_options.ice_restart) {
410 request.options.audio_transport_options.ice_restart =
412 request.options.video_transport_options.ice_restart =
414 request.options.data_transport_options.ice_restart =
457 !request.options.audio_transport_options.ice_restart &&
458 !request.options.video_transport_options.ice_restart &&
459 !request.options.data_transport_options.ice_restart) {
peerconnectioninterface.h 285 bool ice_restart; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
292 ice_restart(false),
298 bool ice_restart,
303 ice_restart(ice_restart),
peerconnection.cc 464 session_options->audio_transport_options.ice_restart =
465 rtc_options.ice_restart;
466 session_options->video_transport_options.ice_restart =
467 rtc_options.ice_restart;
468 session_options->data_transport_options.ice_restart = rtc_options.ice_restart;
514 session_options->audio_transport_options.ice_restart = value;
515 session_options->video_transport_options.ice_restart = value;
516 session_options->data_transport_options.ice_restart = value;
519 session_options->audio_transport_options.ice_restart = false
    [all...]
peerconnectioninterface_unittest.cc     [all...]
webrtcsession_unittest.cc     [all...]
webrtcsession.cc 888 bool ice_restart = local
    [all...]

Completed in 224 milliseconds