Searched defs:CreateAsyncSocket (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/base/ |
D | nullsocketserver.h | 44 virtual rtc::AsyncSocket* CreateAsyncSocket(int type) { in CreateAsyncSocket() function 49 virtual rtc::AsyncSocket* CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function
|
D | sslsocketfactory.cc | 123 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
|
D | natsocketfactory.cc | 318 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
|
D | macsocketserver.cc | 40 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
|
D | firewallsocketserver.cc | 185 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
|
D | physicalsocketserver_unittest.cc | 42 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
|
D | win32socketserver.cc | 743 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
|
D | virtualsocketserver.cc | 561 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
|
D | physicalsocketserver.cc | 1168 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
|