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.cc61 struct ChannelParams : public rtc::MessageData { struct
62 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function
63 explicit ChannelParams(int component) in ChannelParams() function
65 explicit ChannelParams(Candidate* candidate) in ChannelParams() function
69 ~ChannelParams() { in ~ChannelParams()
73 std::string name;
74 int component;
75 TransportChannelImpl* channel;
76 Candidate* candidate;