OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCPPort
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
tcpport.cc
28
#include "talk/p2p/base/
tcpport
.h"
36
TCPPort
::
TCPPort
(talk_base::Thread* thread,
47
bool
TCPPort
::Init() {
57
socket_->SignalNewConnection.connect(this, &
TCPPort
::OnNewConnection);
61
TCPPort
::~
TCPPort
() {
65
Connection*
TCPPort
::CreateConnection(const Candidate& address,
95
void
TCPPort
::PrepareAddress() {
106
socket_->SignalAddressReady.connect(this, &
TCPPort
::OnAddresReady)
[
all
...]
tcpport.h
47
// call this
TCPPort
::OnReadPacket (3 arg) to dispatch to a connection.
48
class
TCPPort
: public Port {
50
static
TCPPort
* Create(talk_base::Thread* thread,
55
TCPPort
* port = new
TCPPort
(thread, factory, network,
63
virtual ~
TCPPort
();
74
TCPPort
(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
117
TCPConnection(
TCPPort
* port, const Candidate& candidate,
136
friend class
TCPPort
;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
tcpport.h
45
// call this
TCPPort
::OnReadPacket (3 arg) to dispatch to a connection.
46
class
TCPPort
: public Port {
48
static
TCPPort
* Create(talk_base::Thread* thread,
56
TCPPort
* port = new
TCPPort
(thread, factory, network,
65
virtual ~
TCPPort
();
77
TCPPort
(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory,
123
TCPConnection(
TCPPort
* port, const Candidate& candidate,
143
friend class
TCPPort
;
tcpport.cc
28
#include "talk/p2p/base/
tcpport
.h"
36
TCPPort
::
TCPPort
(talk_base::Thread* thread,
51
bool
TCPPort
::Init() {
62
socket_->SignalNewConnection.connect(this, &
TCPPort
::OnNewConnection);
63
socket_->SignalAddressReady.connect(this, &
TCPPort
::OnAddressReady);
68
TCPPort
::~
TCPPort
() {
72
Connection*
TCPPort
::CreateConnection(const Candidate& address,
110
void
TCPPort
::PrepareAddress()
[
all
...]
Completed in 1143 milliseconds