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

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc62 // PseudoTcpChannel::InternalStream
65 class PseudoTcpChannel::InternalStream : public StreamInterface {
67 InternalStream(PseudoTcpChannel* parent);
79 // avoid thread contention. This means that the PseudoTcpChannel cannot go
81 PseudoTcpChannel* parent_;
85 // PseudoTcpChannel
102 PseudoTcpChannel::PseudoTcpChannel(Thread* stream_thread, Session* session) function in class:cricket::PseudoTcpChannel
113 PseudoTcpChannel::~PseudoTcpChannel() {
[all...]
H A Dpseudotcpchannel.h47 // PseudoTcpChannel
48 // Note: The PseudoTcpChannel must persist until both of:
58 // PseudoTcpChannel::GetStream
60 // They can close & immediately delete the stream while PseudoTcpChannel still
62 // until long after PseudoTcpChannel has finished. We must cope with both.
65 class PseudoTcpChannel class in namespace:cricket
71 PseudoTcpChannel(rtc::Thread* stream_thread,
79 sigslot::signal1<PseudoTcpChannel*> SignalChannelClosed;
93 virtual ~PseudoTcpChannel();
H A Dtunnelsessionclient.h152 class PseudoTcpChannel;
171 virtual void OnChannelClosed(PseudoTcpChannel* channel);
175 PseudoTcpChannel* channel_;
H A Dtunnelsessionclient.cc342 channel_ = new PseudoTcpChannel(stream_thread, session_);
424 void TunnelSession::OnChannelClosed(PseudoTcpChannel* channel) {

Completed in 111 milliseconds