Searched refs:TransportChannelProxy (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.cc35 TransportChannelProxy::TransportChannelProxy(const std::string& name, function in class:cricket::TransportChannelProxy
40 TransportChannelProxy::~TransportChannelProxy() {
45 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
48 this, &TransportChannelProxy::OnReadableState);
50 this, &TransportChannelProxy::OnWritableState);
51 impl_->SignalReadPacket.connect(this, &TransportChannelProxy::OnReadPacket);
52 impl_->SignalRouteChange.connect(this, &TransportChannelProxy::OnRouteChange);
61 int TransportChannelProxy
[all...]
H A Dtransportchannelproxy.h43 class TransportChannelProxy: public TransportChannel { class in namespace:cricket
45 TransportChannelProxy(const std::string& name, const std::string &content_type);
46 virtual ~TransportChannelProxy();
73 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelProxy);
H A Dsession.h50 class TransportChannelProxy;
110 typedef std::map<std::string, TransportChannelProxy*> ChannelMap;
112 TransportChannelProxy* GetProxy(const std::string& name);
115 void SetProxyImpl(const std::string& name, TransportChannelProxy* proxy);
H A Dsession.cc84 TransportChannelProxy* channel =
85 new TransportChannelProxy(name, content_type);
134 TransportChannelProxy* TransportProxy::GetProxy(const std::string& name) {
149 const std::string& name, TransportChannelProxy* proxy) {

Completed in 92 milliseconds