Home
last modified time | relevance | path

Searched defs:CreateSocket (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/base/
Dnullsocketserver.h34 virtual rtc::Socket* CreateSocket(int type) { in CreateSocket() function
39 virtual rtc::Socket* CreateSocket(int family, int type) { in CreateSocket() function
Dsslsocketfactory.cc115 Socket* SslSocketFactory::CreateSocket(int type) { in CreateSocket() function in rtc::SslSocketFactory
119 Socket* SslSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in rtc::SslSocketFactory
Dnatsocketfactory.cc310 Socket* NATSocketFactory::CreateSocket(int type) { in CreateSocket() function in rtc::NATSocketFactory
314 Socket* NATSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in rtc::NATSocketFactory
360 Socket* NATSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::NATSocketServer
364 Socket* NATSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::NATSocketServer
Dmacsocketserver.cc32 Socket* MacBaseSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::MacBaseSocketServer
36 Socket* MacBaseSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::MacBaseSocketServer
Dfirewallsocketserver.cc177 Socket* FirewallSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::FirewallSocketServer
181 Socket* FirewallSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::FirewallSocketServer
Dwin32socketserver.cc735 Socket* Win32SocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::Win32SocketServer
739 Socket* Win32SocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::Win32SocketServer
Dssladapter_unittest.cc24 static rtc::AsyncSocket* CreateSocket(const rtc::SSLMode& ssl_mode) { in CreateSocket() function
Dvirtualsocketserver.cc553 Socket* VirtualSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::VirtualSocketServer
557 Socket* VirtualSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::VirtualSocketServer
Dphysicalsocketserver.cc1154 Socket* PhysicalSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::PhysicalSocketServer
1158 Socket* PhysicalSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::PhysicalSocketServer
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_wrapper_unittest.cc50 TEST(UdpSocketWrapper, CreateSocket) { in TEST() argument
Dudp_socket_wrapper.cc62 UdpSocketWrapper* UdpSocketWrapper::CreateSocket(const int32_t id, in CreateSocket() function in webrtc::test::UdpSocketWrapper
Dudp_transport_unittest.cc65 UdpSocketWrapper* CreateSocket(const int32_t id, in CreateSocket() function in webrtc::test::MockSocketFactory
Dudp_transport_impl.cc71 UdpSocketWrapper* CreateSocket(const int32_t id, in CreateSocket() function in webrtc::test::SocketFactory
/external/tpm2/
DTcpServer.c41 CreateSocket( in CreateSocket() function
/external/stressapptest/src/
Dworker.cc2006 bool NetworkThread::CreateSocket(int *psocket) { in CreateSocket() function in NetworkThread