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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 107 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.end())
176 std::vector<std::string> transport_options; member in struct:cricket::TransportDescription
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 328 !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) {
webrtcsdp_unittest.cc 1482 std::vector<std::string> transport_options; local
1826 std::vector<std::string> transport_options; local
    [all...]
webrtcsdp.cc 256 static void BuildIceOptions(const std::vector<std::string>& transport_options,
316 std::vector<std::string>* transport_options,
1781 os << kSdpDelimiterColon << transport_options[0]; local
1783 os << kSdpDelimiterSpace << transport_options[i]; local
    [all...]
mediastreamsignaling.cc 105 options->transport_options.ice_restart = value;
108 options->transport_options.ice_restart = false;
442 session_options->transport_options.ice_restart = rtc_options.ice_restart;
    [all...]
mediastreamsignaling_unittest.cc 666 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);
    [all...]
webrtcsession_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 137 TransportOptions transport_options; member in struct:cricket::MediaSessionOptions
448 const TransportOptions& transport_options,
455 const TransportOptions& transport_options,
mediasession.cc     [all...]

Completed in 390 milliseconds