Searched refs:CreateSocket (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/webrtc/base/
H A Dsocketfactory.h26 // CreateSocket(int) and CreateSocket(int,int). Will remove CreateSocket(int)
28 virtual Socket* CreateSocket(int type) = 0;
29 virtual Socket* CreateSocket(int family, int type) = 0;
H A Dnullsocketserver.h34 virtual rtc::Socket* CreateSocket(int type) { function in class:rtc::NullSocketServer
39 virtual rtc::Socket* CreateSocket(int family, int type) { function in class:rtc::NullSocketServer
H A Dsslsocketfactory.h57 virtual Socket* CreateSocket(int type);
58 virtual Socket* CreateSocket(int family, int type);
H A Dnatsocketfactory.h43 virtual Socket* CreateSocket(int type);
44 virtual Socket* CreateSocket(int family, int type);
131 virtual Socket* CreateSocket(int type);
132 virtual Socket* CreateSocket(int family, int type);
H A Dsslsocketfactory.cc101 Socket* SslSocketFactory::CreateSocket(int type) { function in class:rtc::SslSocketFactory
102 return CreateSocket(AF_INET, type);
105 Socket* SslSocketFactory::CreateSocket(int family, int type) { function in class:rtc::SslSocketFactory
106 return factory_->CreateSocket(family, type);
H A Dmacsocketserver.h32 virtual Socket* CreateSocket(int type) { return NULL; } function in class:rtc::MacBaseSocketServer
33 virtual Socket* CreateSocket(int family, int type) { return NULL; } function in class:rtc::MacBaseSocketServer
H A Dphysicalsocketserver.h64 virtual Socket* CreateSocket(int type);
65 virtual Socket* CreateSocket(int family, int type);
H A Dfirewallsocketserver.h44 // Settings to control whether CreateSocket or Socket::Listen succeed.
61 virtual Socket* CreateSocket(int type);
62 virtual Socket* CreateSocket(int family, int type);
H A Dnatsocketfactory.cc312 Socket* NATSocketFactory::CreateSocket(int type) { function in class:rtc::NATSocketFactory
313 return CreateSocket(AF_INET, type);
316 Socket* NATSocketFactory::CreateSocket(int family, int type) { function in class:rtc::NATSocketFactory
358 Socket* NATSocketServer::CreateSocket(int type) { function in class:rtc::NATSocketServer
359 return CreateSocket(AF_INET, type);
362 Socket* NATSocketServer::CreateSocket(int family, int type) { function in class:rtc::NATSocketServer
H A Dvirtualsocketserver.h91 virtual Socket* CreateSocket(int type);
92 virtual Socket* CreateSocket(int family, int type);
H A Dwin32socketserver.h101 virtual Socket* CreateSocket(int type);
102 virtual Socket* CreateSocket(int family, int type);
H A Dfirewallsocketserver.cc177 Socket* FirewallSocketServer::CreateSocket(int type) { function in class:rtc::FirewallSocketServer
178 return CreateSocket(AF_INET, type);
181 Socket* FirewallSocketServer::CreateSocket(int family, int type) { function in class:rtc::FirewallSocketServer
H A Dssladapter_unittest.cc23 static rtc::AsyncSocket* CreateSocket(const rtc::SSLMode& ssl_mode) { function
43 rtc::AsyncSocket* socket = CreateSocket(ssl_mode_);
127 server_socket_.reset(CreateSocket(ssl_mode_));
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket_wrapper_unittest.cc51 TEST(UdpSocketWrapper, CreateSocket) {
57 UdpSocketWrapper::CreateSocket(id,
H A Dudp_socket_manager_unittest.cc43 UdpSocketWrapper::CreateSocket(id,
67 UdpSocketWrapper* unused_socket = UdpSocketWrapper::CreateSocket(
H A Dudp_socket_wrapper.cc62 UdpSocketWrapper* UdpSocketWrapper::CreateSocket(const int32_t id, function in class:webrtc::test::UdpSocketWrapper
71 "UdpSocketWrapper::CreateSocket");
87 "UdpSocketWrapper::CreateSocket failed to initialize sockets\
116 "UdpSocketWrapper::CreateSocket failed to initialize socket");
131 "UdpSocketWrapper::CreateSocket failed to ser callback");
H A Dudp_socket_wrapper.h46 static UdpSocketWrapper* CreateSocket(const int32_t id,
100 // Creating the socket is done via CreateSocket().
/external/chromium_org/net/socket/
H A Dsocket_descriptor.h39 virtual SocketDescriptor CreateSocket(int family, int type, int protocol) = 0;
H A Dsocket_descriptor.cc56 return g_socket_factory->CreateSocket(family, type, protocol);
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dunix_domain_socket_acceptor.h42 bool CreateSocket();
H A Dunix_domain_socket_acceptor.cc18 CreateSocket();
25 bool UnixDomainSocketAcceptor::CreateSocket() { function in class:apps::UnixDomainSocketAcceptor
/external/chromium_org/net/dns/
H A Dmock_mdns_socket_factory.cc65 CreateSocket(ADDRESS_FAMILY_IPV4, sockets);
66 CreateSocket(ADDRESS_FAMILY_IPV6, sockets);
69 void MockMDnsSocketFactory::CreateSocket( function in class:net::MockMDnsSocketFactory
H A Dmock_mdns_socket_factory.h94 void CreateSocket(AddressFamily address_family,
/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.cc26 buzz::AsyncSocket* CreateSocket( function in namespace:notifier::__anon8517
70 CreateSocket(xmpp_client_settings,
/external/chromium_org/cloud_print/gcp20/prototype/
H A Ddns_sd_server.h58 bool CreateSocket();

Completed in 4059 milliseconds

12