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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescription.h 84 const std::vector<std::string>& transport_options,
91 transport_options(transport_options),
104 transport_options(from.transport_options),
117 transport_options = from.transport_options;
129 return (std::find(transport_options.begin(), transport_options.end(),
130 option) != transport_options.end())
146 std::vector<std::string> transport_options; member in struct:cricket::TransportDescription
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 124 TransportOptions transport_options; member in struct:cricket::MediaSessionOptions
421 const TransportOptions& transport_options,
428 const TransportOptions& transport_options,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 793 EXPECT_EQ(transport1.description.transport_options,
794 transport2.description.transport_options);
1372 std::vector<std::string> transport_options; local
1588 std::vector<std::string> transport_options; local
    [all...]
webrtcsdp.cc 253 static void BuildIceOptions(const std::vector<std::string>& transport_options,
313 std::vector<std::string>* transport_options,
1659 os << kSdpDelimiterColon << transport_options[0]; local
1661 os << kSdpDelimiterSpace << transport_options[i]; local
    [all...]

Completed in 421 milliseconds