OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PseudoTcpChannel
(Results
1 - 8
of
8
) 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) {
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
36
#include "
pseudotcpchannel
.h"
62
//
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)
113
PseudoTcpChannel
::~PseudoTcpChannel()
[
all
...]
pseudotcpchannel.h
47
//
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
71
PseudoTcpChannel
(talk_base::Thread* stream_thread,
79
sigslot::signal1<
PseudoTcpChannel
*> SignalChannelClosed;
93
virtual ~
PseudoTcpChannel
();
tunnelsessionclient.h
152
class
PseudoTcpChannel
;
171
virtual void OnChannelClosed(
PseudoTcpChannel
* channel);
175
PseudoTcpChannel
* channel_;
tunnelsessionclient.cc
37
#include "
pseudotcpchannel
.h"
342
channel_ = new
PseudoTcpChannel
(stream_thread, session_);
424
void TunnelSession::OnChannelClosed(
PseudoTcpChannel
* channel) {
Completed in 1276 milliseconds