Home
last modified time | relevance | path

Searched defs:ChannelParams (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc60 struct ChannelParams : public talk_base::MessageData { struct
61 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() argument
62 explicit ChannelParams(int component) in ChannelParams() function
64 explicit ChannelParams(Candidate* candidate) in ChannelParams() argument
68 ~ChannelParams() { in ~ChannelParams()
72 std::string name;
73 int component;
74 TransportChannelImpl* channel;
75 Candidate* candidate;