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 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/session/media/
mediasession.h 137 TransportOptions transport_options; member in struct:cricket::MediaSessionOptions
448 const TransportOptions& transport_options,
455 const TransportOptions& transport_options,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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...]

Completed in 169 milliseconds