Home
last modified time | relevance | path

Searched refs:ChannelParams (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc42 struct ChannelParams { struct
43 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function
44 explicit ChannelParams(const std::string& name) in ChannelParams() function
46 ChannelParams(const std::string& name, in ChannelParams() function
50 explicit ChannelParams(cricket::Candidate* candidate) : in ChannelParams() function
55 ~ChannelParams() { in ~ChannelParams() argument
64 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 …]