Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelimpl.h50 virtual Transport* GetTransport() = 0;
Drawtransportchannel.h72 virtual Transport* GetTransport() { return raw_transport_; } in GetTransport() function
Dtransportchannelproxy.cc42 impl_->GetTransport()->DestroyChannel(impl_->name()); in ~TransportChannelProxy()
Dp2ptransportchannel.h77 virtual Transport* GetTransport() { return transport_; } in GetTransport() function
Dsession.h327 Transport* GetTransport(const std::string& content_name);
Dsession.cc258 Transport* Session::GetTransport(const std::string& content_name) { in GetTransport() function in cricket::Session