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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportinfo.h 41 // A TransportInfo is NOT a transport-info message. It is comparable
44 struct TransportInfo {
45 TransportInfo() {}
47 TransportInfo(const std::string& content_name,
56 typedef std::vector<TransportInfo> TransportInfos;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 102 // A TransportInfo is NOT a transport-info message. It is comparable
105 struct TransportInfo {
106 TransportInfo() {}
108 TransportInfo(const std::string& content_name,
120 typedef std::vector<TransportInfo> TransportInfos;
248 // Since a TransportInfo is not a transport-info message, and a

Completed in 323 milliseconds