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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannelproxy.h50 class TransportChannelProxy : public TransportChannel, class in namespace:cricket
53 TransportChannelProxy(const std::string& content_name,
56 virtual ~TransportChannelProxy();
107 DISALLOW_EVIL_CONSTRUCTORS(TransportChannelProxy);
H A Dtransportchannelproxy.cc41 TransportChannelProxy::TransportChannelProxy(const std::string& content_name, function in class:cricket::TransportChannelProxy
50 TransportChannelProxy::~TransportChannelProxy() {
57 void TransportChannelProxy::SetImplementation(TransportChannelImpl* impl) {
62 LOG(LS_WARNING) << "Ignored TransportChannelProxy::SetImplementation call "
77 this, &TransportChannelProxy::OnReadableState);
79 this, &TransportChannelProxy::OnWritableState);
81 this, &TransportChannelProxy::OnReadPacket);
83 this, &TransportChannelProxy
[all...]

Completed in 79 milliseconds