Searched refs:PhysicalSocketServer (Results 1 – 24 of 24) sorted by relevance
/external/webrtc/webrtc/base/ |
D | physicalsocketserver.cc | 99 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 …]
|
D | physicalsocketserver.h | 59 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);
|
D | nat_unittest.cc | 181 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_;
|
D | asyncudpsocket_unittest.cc | 26 : pss_(new rtc::PhysicalSocketServer), in AsyncUdpSocketTest() 40 scoped_ptr<PhysicalSocketServer> pss_;
|
D | asynctcpsocket_unittest.cc | 26 : pss_(new rtc::PhysicalSocketServer), in AsyncTCPSocketTest() 40 scoped_ptr<PhysicalSocketServer> pss_;
|
D | physicalsocketserver_unittest.cc | 28 explicit FakeSocketDispatcher(PhysicalSocketServer* ss) in FakeSocketDispatcher() 36 class FakePhysicalSocketServer : public PhysicalSocketServer { 412 ss_.reset(new PhysicalSocketServer()); in SetUp() 447 scoped_ptr<PhysicalSocketServer> ss_;
|
D | macsocketserver.h | 26 class MacBaseSocketServer : public PhysicalSocketServer {
|
D | httprequest.cc | 65 PhysicalSocketServer physical; in Send()
|
D | macsocketserver.cc | 67 if (!PhysicalSocketServer::SetPosixSignalHandler(signum, handler)) { in SetPosixSignalHandler()
|
D | messagequeue.cc | 25 typedef rtc::PhysicalSocketServer DefaultSocketServer;
|
D | virtualsocketserver.cc | 513 server_ = new PhysicalSocketServer(); in VirtualSocketServer()
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
D | main.cc | 21 class CustomSocketServer : public rtc::PhysicalSocketServer { 44 return rtc::PhysicalSocketServer::Wait(0/*cms == -1 ? 1 : cms*/, in Wait()
|
/external/webrtc/webrtc/p2p/base/ |
D | stunserver_unittest.cc | 29 : pss_(new rtc::PhysicalSocketServer), in StunServerTest() 65 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
D | relayport_unittest.cc | 48 physical_socket_server_(new rtc::PhysicalSocketServer), in RelayPortTest() 247 rtc::scoped_ptr<rtc::PhysicalSocketServer>
|
D | stunport_unittest.cc | 42 : pss_(new rtc::PhysicalSocketServer), in StunPortTest() 141 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
D | relayserver_unittest.cc | 41 : pss_(new rtc::PhysicalSocketServer), in RelayServerTest() 174 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
D | turnport_unittest.cc | 128 pss_(new rtc::PhysicalSocketServer), in TurnPortTest() 510 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
D | p2ptransportchannel_unittest.cc | 134 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_;
|
D | port_unittest.cc | 358 pss_(new rtc::PhysicalSocketServer), in PortTest() 759 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
/external/webrtc/webrtc/p2p/stunprober/ |
D | stunprober_unittest.cc | 43 pss_(new rtc::PhysicalSocketServer), in StunProberTest() 122 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
/external/webrtc/talk/media/devices/ |
D | linuxdevicemanager.cc | 305 static rtc::PhysicalSocketServer* CurrentSocketServer() { in CurrentSocketServer() 308 return reinterpret_cast<rtc::PhysicalSocketServer*>(ss); in CurrentSocketServer()
|
/external/webrtc/webrtc/p2p/client/ |
D | portallocator_unittest.cc | 88 : pss_(new rtc::PhysicalSocketServer), in PortAllocatorTest() 373 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection_unittest.cc | 932 : pss_(new rtc::PhysicalSocketServer), in P2PTestConductor() 1172 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|
D | webrtcsession_unittest.cc | 372 pss_(new rtc::PhysicalSocketServer), in WebRtcSessionTest() 1451 rtc::scoped_ptr<rtc::PhysicalSocketServer> pss_;
|