Searched refs:DestroyChannel (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc42 impl_->GetTransport()->DestroyChannel(impl_->name());
H A Dsession.h97 void DestroyChannel(const std::string& name);
128 // uses CreateChannel/DestroyChannel. Perhaps something like a
206 virtual void DestroyChannel(const std::string& content_name,
363 virtual void DestroyChannel(const std::string& content_name,
H A Dtransport.h149 void DestroyChannel(const std::string& name);
202 // These are called by Create/DestroyChannel above in order to create or
H A Dsession.cc96 void TransportProxy::DestroyChannel(const std::string& name) { function in class:cricket::TransportProxy
534 void Session::DestroyChannel(const std::string& content_name, function in class:cricket::Session
538 transproxy->DestroyChannel(channel_name);
H A Dtransport.cc141 void Transport::DestroyChannel(const std::string& name) { function in class:cricket::Transport
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc477 session_->DestroyChannel(content_name_, channel_->name());
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dchannel.cc130 session_->DestroyChannel(content_name_, transport_channel_->name());
197 session_->DestroyChannel(content_name_, rtcp_transport_channel_->name());

Completed in 259 milliseconds