OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PseudoTcpChannel
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
35
#include "
pseudotcpchannel
.h"
61
//
PseudoTcpChannel
::InternalStream
64
class
PseudoTcpChannel
::InternalStream : public StreamInterface {
66
InternalStream(
PseudoTcpChannel
* parent);
78
// avoid thread contention. This means that the
PseudoTcpChannel
cannot go
80
PseudoTcpChannel
* parent_;
84
//
PseudoTcpChannel
101
PseudoTcpChannel
::
PseudoTcpChannel
(Thread* stream_thread, Session* session)
112
PseudoTcpChannel
::~PseudoTcpChannel()
[
all
...]
pseudotcpchannel.h
46
//
PseudoTcpChannel
47
// Note: The
PseudoTcpChannel
must persist until both of:
57
//
PseudoTcpChannel
::GetStream
59
// They can close & immediately delete the stream while
PseudoTcpChannel
still
61
// until long after
PseudoTcpChannel
has finished. We must cope with both.
64
class
PseudoTcpChannel
70
PseudoTcpChannel
(talk_base::Thread* stream_thread,
77
sigslot::signal1<
PseudoTcpChannel
*> SignalChannelClosed;
91
virtual ~
PseudoTcpChannel
();
tunnelsessionclient.h
152
class
PseudoTcpChannel
;
171
virtual void OnChannelClosed(
PseudoTcpChannel
* channel);
175
PseudoTcpChannel
* channel_;
tunnelsessionclient.cc
37
#include "
pseudotcpchannel
.h"
309
channel_ = new
PseudoTcpChannel
(stream_thread, session_);
390
void TunnelSession::OnChannelClosed(
PseudoTcpChannel
* channel) {
Completed in 3986 milliseconds