Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dnullsocketserver.h61 virtual talk_base::AsyncSocket* CreateAsyncSocket(int type) { in CreateAsyncSocket() function
66 virtual talk_base::AsyncSocket* CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function
Dsslsocketfactory.cc126 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::SslSocketFactory
130 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::SslSocketFactory
Dnatsocketfactory.cc337 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::NATSocketFactory
341 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::NATSocketFactory
383 AsyncSocket* NATSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::NATSocketServer
387 AsyncSocket* NATSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::NATSocketServer
Dmacsocketserver.cc23 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::MacBaseSocketServer
27 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::MacBaseSocketServer
Dfirewallsocketserver.cc202 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::FirewallSocketServer
206 AsyncSocket* FirewallSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::FirewallSocketServer
Dwin32socketserver.cc757 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::Win32SocketServer
761 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::Win32SocketServer
Dvirtualsocketserver.cc614 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::VirtualSocketServer
618 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::VirtualSocketServer
Dphysicalsocketserver.cc1243 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in talk_base::PhysicalSocketServer
1247 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in talk_base::PhysicalSocketServer
/external/chromium_org/third_party/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.cc109 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory
113 AsyncSocket* SslSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::SslSocketFactory
Dnatsocketfactory.cc320 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory
324 AsyncSocket* NATSocketFactory::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketFactory
366 AsyncSocket* NATSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::NATSocketServer
370 AsyncSocket* NATSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::NATSocketServer
Dmacsocketserver.cc32 AsyncSocket* MacBaseSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::MacBaseSocketServer
36 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
Dwin32socketserver.cc740 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer
744 AsyncSocket* Win32SocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::Win32SocketServer
Dvirtualsocketserver.cc597 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer
601 AsyncSocket* VirtualSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::VirtualSocketServer
Dphysicalsocketserver.cc1226 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer
1230 AsyncSocket* PhysicalSocketServer::CreateAsyncSocket(int family, int type) { in CreateAsyncSocket() function in rtc::PhysicalSocketServer