Home
last modified time | relevance | path

Searched defs:CreateAsyncSocket (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Dnullsocketserver.h44 virtual rtc::AsyncSocket* CreateAsyncSocket(int type) { in CreateAsyncSocket() function
49 virtual rtc::AsyncSocket* CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function
Dsslsocketfactory.cc123 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory
127 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory
Dnatsocketfactory.cc318 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory
322 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory
368 AsyncSocket* NATSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketServer
372 AsyncSocket* NATSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketServer
Dmacsocketserver.cc40 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::MacBaseSocketServer
44 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::MacBaseSocketServer
Dfirewallsocketserver.cc185 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::FirewallSocketServer
189 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::FirewallSocketServer
Dphysicalsocketserver_unittest.cc42 AsyncSocket* CreateAsyncSocket(int type) override { in CreateAsyncSocket() function in rtc::FakePhysicalSocketServer
52 AsyncSocket* CreateAsyncSocket(int family, int type) override { in CreateAsyncSocket() function in rtc::FakePhysicalSocketServer
Dwin32socketserver.cc743 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer
747 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer
Dvirtualsocketserver.cc561 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer
565 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer
Dphysicalsocketserver.cc1168 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer
1172 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer