Home
last modified time | relevance | path

Searched refs:CreateSocket (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/webrtc/base/
Dsslsocketfactory.cc101 Socket* SslSocketFactory::CreateSocket(int type) { in CreateSocket() function in rtc::SslSocketFactory
102 return CreateSocket(AF_INET, type); in CreateSocket()
105 Socket* SslSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in rtc::SslSocketFactory
106 return factory_->CreateSocket(family, type); in CreateSocket()
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);
Dsocketfactory.h28 virtual Socket* CreateSocket(int type) = 0;
29 virtual Socket* CreateSocket(int family, int type) = 0;
Dnullsocketserver.h34 virtual rtc::Socket* CreateSocket(int type) { in CreateSocket() function
39 virtual rtc::Socket* CreateSocket(int family, int type) { in CreateSocket() function
Dsslsocketfactory.h57 virtual Socket* CreateSocket(int type);
58 virtual Socket* CreateSocket(int family, int type);
Dnatsocketfactory.cc312 Socket* NATSocketFactory::CreateSocket(int type) { in CreateSocket() function in rtc::NATSocketFactory
313 return CreateSocket(AF_INET, type); in CreateSocket()
316 Socket* NATSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in rtc::NATSocketFactory
358 Socket* NATSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::NATSocketServer
359 return CreateSocket(AF_INET, type); in CreateSocket()
362 Socket* NATSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::NATSocketServer
Dphysicalsocketserver.h64 virtual Socket* CreateSocket(int type);
65 virtual Socket* CreateSocket(int family, int type);
Dmacsocketserver.h32 virtual Socket* CreateSocket(int type) { return NULL; } in CreateSocket() function
33 virtual Socket* CreateSocket(int family, int type) { return NULL; } in CreateSocket() function
Dfirewallsocketserver.h61 virtual Socket* CreateSocket(int type);
62 virtual Socket* CreateSocket(int family, int type);
Dfirewallsocketserver.cc177 Socket* FirewallSocketServer::CreateSocket(int type) { in CreateSocket() function in rtc::FirewallSocketServer
178 return CreateSocket(AF_INET, type); in CreateSocket()
181 Socket* FirewallSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in rtc::FirewallSocketServer
Dssladapter_unittest.cc23 static rtc::AsyncSocket* CreateSocket(const rtc::SSLMode& ssl_mode) { in CreateSocket() function
43 rtc::AsyncSocket* socket = CreateSocket(ssl_mode_); in SSLAdapterTestDummyClient()
127 server_socket_.reset(CreateSocket(ssl_mode_)); in SSLAdapterTestDummyServer()
Dwin32socketserver.h101 virtual Socket* CreateSocket(int type);
102 virtual Socket* CreateSocket(int family, int type);
Dvirtualsocketserver.h91 virtual Socket* CreateSocket(int type);
92 virtual Socket* CreateSocket(int family, int type);
/external/chromium_org/third_party/webrtc/test/channel_transport/
Dudp_socket_wrapper_unittest.cc51 TEST(UdpSocketWrapper, CreateSocket) { in TEST() argument
57 UdpSocketWrapper::CreateSocket(id, in TEST()
Dudp_socket_manager_unittest.cc43 UdpSocketWrapper::CreateSocket(id, in TEST()
67 UdpSocketWrapper* unused_socket = UdpSocketWrapper::CreateSocket( in TEST()
Dudp_transport_impl.cc71 virtual UdpSocketWrapper* CreateSocket(const int32_t id, in CreateSocket() function in webrtc::test::SocketFactory
77 return UdpSocketWrapper::CreateSocket(id, mgr, obj, cb, ipV6Enable, in CreateSocket()
333 _ptrRtpSocket = _socket_creator->CreateSocket(_id, _mgr, this, in InitializeReceiveSockets()
337 _ptrRtcpSocket = _socket_creator->CreateSocket(_id, _mgr, this, in InitializeReceiveSockets()
813 _socket_creator->CreateSocket(_id, _mgr, NULL, in SetToS()
817 _socket_creator->CreateSocket(_id, _mgr, NULL, in SetToS()
848 _ptrRtpSocket = _socket_creator->CreateSocket( in SetToS()
851 _ptrRtcpSocket = _socket_creator->CreateSocket( in SetToS()
1512 _ptrSendRtpSocket = _socket_creator->CreateSocket(_id, _mgr, NULL, NULL, in InitializeSourcePorts()
1514 _ptrSendRtcpSocket = _socket_creator->CreateSocket(_id, _mgr, NULL, NULL, in InitializeSourcePorts()
[all …]
/external/chromium_org/net/dns/
Dmock_mdns_socket_factory.cc65 CreateSocket(ADDRESS_FAMILY_IPV4, sockets); in CreateSockets()
66 CreateSocket(ADDRESS_FAMILY_IPV6, sockets); in CreateSockets()
69 void MockMDnsSocketFactory::CreateSocket( in CreateSocket() function in net::MockMDnsSocketFactory
/external/chromium_org/chrome/browser/apps/app_shim/
Dunix_domain_socket_acceptor.cc18 CreateSocket(); in UnixDomainSocketAcceptor()
25 bool UnixDomainSocketAcceptor::CreateSocket() { in CreateSocket() function in apps::UnixDomainSocketAcceptor
Dunix_domain_socket_acceptor.h42 bool CreateSocket();
/external/chromium_org/jingle/notifier/base/
Dxmpp_connection.cc26 buzz::AsyncSocket* CreateSocket( in CreateSocket() function
70 CreateSocket(xmpp_client_settings, in XmppConnection()
/external/chromium_org/net/socket/
Dsocket_descriptor.h39 virtual SocketDescriptor CreateSocket(int family, int type, int protocol) = 0;
Dsocket_descriptor.cc56 return g_socket_factory->CreateSocket(family, type, protocol); in CreatePlatformSocket()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dusb_device_provider.cc69 net::StreamSocket* socket = device->CreateSocket(command); in RunCommand()
120 net::StreamSocket* socket = it->second->CreateSocket(socket_name); in OpenSocket()
/external/chromium_org/remoting/protocol/
Dchannel_multiplexer.cc79 scoped_ptr<net::StreamSocket> CreateSocket();
213 scoped_ptr<net::StreamSocket> ChannelMultiplexer::MuxChannel::CreateSocket() { in CreateSocket() function in remoting::protocol::ChannelMultiplexer::MuxChannel
378 callback.Run(GetOrCreateChannel(name)->CreateSocket()); in CreateChannel()
440 socket = GetOrCreateChannel(c.name)->CreateSocket(); in DoCreatePendingChannels()
/external/chromium_org/cloud_print/gcp20/prototype/
Ddns_sd_server.h58 bool CreateSocket();

12