Searched defs:ChannelParams (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc42 struct ChannelParams { struct in namespace:cricket
43 ChannelParams() : channel(NULL), candidate(NULL) {} function in struct:cricket::ChannelParams
44 explicit ChannelParams(const std::string& name) function in struct:cricket::ChannelParams
46 ChannelParams(const std::string& name, function in struct:cricket::ChannelParams
50 explicit ChannelParams(cricket::Candidate* candidate) : function in struct:cricket::ChannelParams
55 ~ChannelParams() {
64 typedef talk_base::TypedMessageData<ChannelParams*> ChannelMessage;
98 ChannelParams params(name, content_type);
142 ChannelParams params(name);
301 ChannelParams* param
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.cc58 struct ChannelParams : public talk_base::MessageData { struct in namespace:cricket
59 ChannelParams() : channel(NULL), candidate(NULL) {} function in struct:cricket::ChannelParams
60 explicit ChannelParams(int component) function in struct:cricket::ChannelParams
62 explicit ChannelParams(Candidate* candidate) function in struct:cricket::ChannelParams
66 ~ChannelParams() {
432 ChannelParams* params = new ChannelParams(new Candidate(candidate));
498 ChannelParams* params = new ChannelParams(channel->component());
548 ChannelParams* param
[all...]

Completed in 120 milliseconds