Searched refs:ChannelParams (Results 1 – 1 of 1) sorted by relevance
60 struct ChannelParams : public talk_base::MessageData { struct61 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function62 explicit ChannelParams(int component) in ChannelParams() function64 explicit ChannelParams(Candidate* candidate) in ChannelParams() argument68 ~ChannelParams() { in ~ChannelParams() argument492 ChannelParams* params = new ChannelParams(new Candidate(candidate)); in OnRemoteCandidate()560 ChannelParams* params = new ChannelParams(channel->component()); in OnChannelRequestSignaling()610 ChannelParams* params = new ChannelParams(new Candidate(remote_candidate)); in OnChannelRouteChange()873 ChannelParams* params = static_cast<ChannelParams*>(msg->pdata); in OnMessage()888 ChannelParams* params = static_cast<ChannelParams*>(msg->pdata); in OnMessage()[all …]