Searched defs:ChannelParams (Results 1 – 1 of 1) sorted by relevance
60 struct ChannelParams : public talk_base::MessageData { struct61 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() argument62 explicit ChannelParams(int component) in ChannelParams() function64 explicit ChannelParams(Candidate* candidate) in ChannelParams() argument68 ~ChannelParams() { in ~ChannelParams()72 std::string name;73 int component;74 TransportChannelImpl* channel;75 Candidate* candidate;