Home
last modified time | relevance | path

Searched refs:PhysicalSocketServer (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/webrtc/base/
Dphysicalsocketserver.cc99 PhysicalSocket::PhysicalSocket(PhysicalSocketServer* ss, SOCKET s) in PhysicalSocket()
549 SocketDispatcher::SocketDispatcher(PhysicalSocketServer *ss) in SocketDispatcher()
558 SocketDispatcher::SocketDispatcher(SOCKET s, PhysicalSocketServer *ss) in SocketDispatcher()
766 EventDispatcher(PhysicalSocketServer* ss) : ss_(ss), fSignaled_(false) { in EventDispatcher()
809 PhysicalSocketServer *ss_;
932 PosixSignalDispatcher(PhysicalSocketServer *owner) : owner_(owner) { in PosixSignalDispatcher()
996 PhysicalSocketServer *owner_;
1001 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd) { in FileDispatcher()
1045 PhysicalSocketServer* ss_;
1050 AsyncFile* PhysicalSocketServer::CreateFile(int fd) { in CreateFile()
[all …]
Dphysicalsocketserver.h59 class PhysicalSocketServer : public SocketServer {
61 PhysicalSocketServer();
62 ~PhysicalSocketServer() override;
121 PhysicalSocket(PhysicalSocketServer* ss, SOCKET s = INVALID_SOCKET);
171 PhysicalSocketServer* ss_;
187 explicit SocketDispatcher(PhysicalSocketServer *ss);
188 SocketDispatcher(SOCKET s, PhysicalSocketServer *ss);
Dnat_unittest.cc181 scoped_ptr<PhysicalSocketServer> pss(new PhysicalSocketServer()); in TestConnectivity()
247 scoped_ptr<PhysicalSocketServer> int_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
248 scoped_ptr<PhysicalSocketServer> ext_pss(new PhysicalSocketServer()); in TestPhysicalInternal()
284 new PhysicalSocketServer())); in TestVirtualInternal()
286 new PhysicalSocketServer())); in TestVirtualInternal()
318 int_pss_(new PhysicalSocketServer()), in NatTcpTest()
319 ext_pss_(new PhysicalSocketServer()), in NatTcpTest()
352 PhysicalSocketServer* int_pss_;
353 PhysicalSocketServer* ext_pss_;
Dasyncudpsocket_unittest.cc26 : pss_(new rtc::PhysicalSocketServer), in AsyncUdpSocketTest()
40 scoped_ptr<PhysicalSocketServer> pss_;
Dasynctcpsocket_unittest.cc26 : pss_(new rtc::PhysicalSocketServer), in AsyncTCPSocketTest()
40 scoped_ptr<PhysicalSocketServer> pss_;
Dphysicalsocketserver_unittest.cc28 explicit FakeSocketDispatcher(PhysicalSocketServer* ss) in FakeSocketDispatcher()
36 class FakePhysicalSocketServer : public PhysicalSocketServer {
412 ss_.reset(new PhysicalSocketServer()); in SetUp()
447 scoped_ptr<PhysicalSocketServer> ss_;
Dmacsocketserver.h26 class MacBaseSocketServer : public PhysicalSocketServer {
Dhttprequest.cc65 PhysicalSocketServer physical; in Send()
Dmacsocketserver.cc67 if (!PhysicalSocketServer::SetPosixSignalHandler(signum, handler)) { in SetPosixSignalHandler()
Dmessagequeue.cc25 typedef rtc::PhysicalSocketServer DefaultSocketServer;
Dvirtualsocketserver.cc513 server_ = new PhysicalSocketServer(); in VirtualSocketServer()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc21 class CustomSocketServer : public rtc::PhysicalSocketServer {
44 return rtc::PhysicalSocketServer::Wait(0/*cms == -1 ? 1 : cms*/, in Wait()
/external/webrtc/webrtc/p2p/base/
Dstunserver_unittest.cc29 : pss_(new rtc::PhysicalSocketServer), in StunServerTest()
65 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Drelayport_unittest.cc48 physical_socket_server_(new rtc::PhysicalSocketServer), in RelayPortTest()
247 rtc::scoped_ptr<rtc::PhysicalSocketServer>
Dstunport_unittest.cc42 : pss_(new rtc::PhysicalSocketServer), in StunPortTest()
141 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Drelayserver_unittest.cc41 : pss_(new rtc::PhysicalSocketServer), in RelayServerTest()
174 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Dturnport_unittest.cc128 pss_(new rtc::PhysicalSocketServer), in TurnPortTest()
510 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Dp2ptransportchannel_unittest.cc134 pss_(new rtc::PhysicalSocketServer), in P2PTransportChannelTestBase()
766 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
1757 : pss_(new rtc::PhysicalSocketServer), in P2PTransportChannelPingTest()
1806 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Dport_unittest.cc358 pss_(new rtc::PhysicalSocketServer), in PortTest()
759 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
/external/webrtc/webrtc/p2p/stunprober/
Dstunprober_unittest.cc43 pss_(new rtc::PhysicalSocketServer), in StunProberTest()
122 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
/external/webrtc/talk/media/devices/
Dlinuxdevicemanager.cc305 static rtc::PhysicalSocketServer* CurrentSocketServer() { in CurrentSocketServer()
308 return reinterpret_cast<rtc::PhysicalSocketServer*>(ss); in CurrentSocketServer()
/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc88 : pss_(new rtc::PhysicalSocketServer), in PortAllocatorTest()
373 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
/external/webrtc/talk/app/webrtc/
Dpeerconnection_unittest.cc932 : pss_(new rtc::PhysicalSocketServer), in P2PTestConductor()
1172 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
Dwebrtcsession_unittest.cc372 pss_(new rtc::PhysicalSocketServer), in WebRtcSessionTest()
1451 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;