OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPPort
(Results
1 - 7
of
7
) 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,
126
TCPConnection(
TCPPort
* port, const Candidate& candidate,
148
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
() {
76
Connection*
TCPPort
::CreateConnection(const Candidate& address,
114
void
TCPPort
::PrepareAddress()
[
all
...]
port_unittest.cc
44
#include "talk/p2p/base/
tcpport
.h"
426
TCPPort
* CreateTcpPort(const SocketAddress& addr) {
427
TCPPort
* port = CreateTcpPort(addr, &socket_factory_);
431
TCPPort
* CreateTcpPort(const SocketAddress& addr,
433
TCPPort
* port =
TCPPort
::Create(main_, socket_factory, &network_,
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
40
#include "talk/p2p/base/
tcpport
.h"
681
Port* port =
TCPPort
::Create(session_->network_thread(),
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc
41
#include "talk/p2p/base/
tcpport
.h"
901
Port* port =
TCPPort
::Create(session_->network_thread(),
910
// Since
TCPPort
is not created using shared socket, |port| will not be
[
all
...]
Completed in 216 milliseconds