Searched refs:transport_options (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportdescription.h107 const std::vector<std::string>& transport_options,
115 transport_options(transport_options),
132 transport_options(from.transport_options),
146 transport_options = from.transport_options;
159 return (std::find(transport_options.begin(), transport_options.end(),
160 option) != transport_options
106 TransportDescription(const std::string& transport_type, const std::vector<std::string>& transport_options, const std::string& ice_ufrag, const std::string& ice_pwd, IceMode ice_mode, ConnectionRole role, const rtc::SSLFingerprint* identity_fingerprint, const Candidates& candidates) argument
176 std::vector<std::string> transport_options; member in struct:cricket::TransportDescription
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.cc328 !request.options.transport_options.ice_restart) {
341 request.options.transport_options.ice_restart = session_->IceRestartPending();
346 request.options.transport_options.prefer_passive_role =
372 !request.options.transport_options.ice_restart) {
H A Dwebrtcsdp_unittest.cc879 EXPECT_EQ(transport1.description.transport_options,
880 transport2.description.transport_options);
969 const std::vector<std::string>& transport_options) {
974 transport_info.description.transport_options = transport_options;
1482 std::vector<std::string> transport_options; local
1483 transport_options.push_back(kIceOption1);
1484 transport_options.push_back(kIceOption3);
1485 AddIceOptions(kAudioContentName, transport_options);
1486 transport_options
968 AddIceOptions(const std::string& content_name, const std::vector<std::string>& transport_options) argument
1826 std::vector<std::string> transport_options; local
[all...]
H A Dwebrtcsdp.cc256 static void BuildIceOptions(const std::vector<std::string>& transport_options,
316 std::vector<std::string>* transport_options,
1093 std::vector<std::string>* transport_options,
1102 transport_options->push_back(fields[i]);
1304 BuildIceOptions(transport_info->description.transport_options, message);
1776 void BuildIceOptions(const std::vector<std::string>& transport_options, argument
1778 if (!transport_options.empty()) {
1781 os << kSdpDelimiterColon << transport_options[0]; local
1782 for (size_t i = 1; i < transport_options.size(); ++i) {
1783 os << kSdpDelimiterSpace << transport_options[ local
1092 ParseIceOptions(const std::string& line, std::vector<std::string>* transport_options, SdpParseError* error) argument
[all...]
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.
709 EXPECT_TRUE(options.transport_options.ice_restart);
713 EXPECT_FALSE(options.transport_options.ice_restart);
H A Dwebrtcsession_unittest.cc2967 options.transport_options.ice_restart = true;
2998 options.transport_options.ice_restart = false;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h137 TransportOptions transport_options; member in struct:cricket::MediaSessionOptions
448 const TransportOptions& transport_options,
455 const TransportOptions& transport_options,
H A Dmediasession.cc1385 const TransportOptions& transport_options,
1393 transport_desc_factory_->CreateOffer(transport_options, current_tdesc));
1406 const TransportOptions& transport_options,
1415 transport_desc_factory_->CreateAnswer(offer_tdesc, transport_options,
1464 if (!AddTransportOffer(CN_AUDIO, options.transport_options,
1504 if (!AddTransportOffer(CN_VIDEO, options.transport_options,
1563 if (!AddTransportOffer(CN_DATA, options.transport_options,
1580 options.transport_options,
1639 options.transport_options,
1695 options.transport_options,
1383 AddTransportOffer( const std::string& content_name, const TransportOptions& transport_options, const SessionDescription* current_desc, SessionDescription* offer_desc) const argument
1403 CreateTransportAnswer( const std::string& content_name, const SessionDescription* offer_desc, const TransportOptions& transport_options, const SessionDescription* current_desc) const argument
[all...]

Completed in 452 milliseconds