Home
last modified time | relevance | path

Searched refs: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() function
62 explicit ChannelParams(int component) in ChannelParams() function
64 explicit ChannelParams(Candidate* candidate) in ChannelParams() argument
68 ~ChannelParams() { in ~ChannelParams() argument
492 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 …]