Searched refs:ChannelParams (Results 1 – 1 of 1) sorted by relevance
42 struct ChannelParams { struct43 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function44 explicit ChannelParams(const std::string& name) in ChannelParams() function46 ChannelParams(const std::string& name, in ChannelParams() function50 explicit ChannelParams(cricket::Candidate* candidate) : in ChannelParams() function55 ~ChannelParams() { in ~ChannelParams() argument64 typedef talk_base::TypedMessageData<ChannelParams*> ChannelMessage;98 ChannelParams params(name, content_type); in CreateChannel()142 ChannelParams params(name); in DestroyChannel()301 ChannelParams* params = new ChannelParams(new Candidate(candidate)); in OnRemoteCandidate()[all …]