Home
last modified time | relevance | path

Searched refs:ice_restart (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/p2p/base/
Dtransport_description_factory.cc36 if (!current_description || options.ice_restart) { in CreateOffer()
77 if (!current_description || options.ice_restart) { in CreateAnswer()
Dtransport_description_factory.h27 bool ice_restart = false; member
Dtransport_description_factory_unittest.cc83 options.ice_restart = true; in TestIceRestart()
/external/webrtc/pc/
Dwebrtc_session_description_factory.cc334 options.transport_options.ice_restart = true; in InternalCreateOffer()
366 if (!options.transport_options.ice_restart) { in InternalCreateOffer()
383 options.transport_options.ice_restart = in InternalCreateAnswer()
424 if (!options.transport_options.ice_restart) { in InternalCreateAnswer()
Dpeer_connection_ice_unittest.cc910 options.ice_restart = true; in TEST_P()
932 options.ice_restart = true; in TEST_P()
Dpeer_connection.cc4784 bool ice_restart = offer_answer_options.ice_restart || in GetOptionsForOffer() local
4787 options.transport_options.ice_restart = ice_restart; in GetOptionsForOffer()
Dpeer_connection_interface_unittest.cc3774 rtc_options.ice_restart = false; in TEST_P()
3793 rtc_options.ice_restart = true; in TEST_P()
Dpeer_connection_integrationtest.cc112 options.ice_restart = true; in IceRestartOfferAnswerOptions()
/external/webrtc/api/
Dpeer_connection_interface.h668 bool ice_restart = false; member
690 bool ice_restart, in RTCOfferAnswerOptions()
695 ice_restart(ice_restart), in RTCOfferAnswerOptions()
/external/webrtc/sdk/
Dmedia_constraints.cc257 offer_answer_options->ice_restart = value; in CopyConstraintsIntoOfferAnswerOptions()