Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/libjingle/source/talk/base/
Dsslsocketfactory.cc118 Socket* SslSocketFactory::CreateSocket(int type) { in CreateSocket() function in talk_base::SslSocketFactory
119 return CreateSocket(AF_INET, type); in CreateSocket()
122 Socket* SslSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in talk_base::SslSocketFactory
123 return factory_->CreateSocket(family, type); in CreateSocket()
Dnatsocketfactory.h60 virtual Socket* CreateSocket(int type);
61 virtual Socket* CreateSocket(int family, int type);
148 virtual Socket* CreateSocket(int type);
149 virtual Socket* CreateSocket(int family, int type);
Dsocketfactory.h45 virtual Socket* CreateSocket(int type) = 0;
46 virtual Socket* CreateSocket(int family, int type) = 0;
Dnullsocketserver.h51 virtual talk_base::Socket* CreateSocket(int type) { in CreateSocket() function
56 virtual talk_base::Socket* CreateSocket(int family, int type) { in CreateSocket() function
Dsslsocketfactory.h74 virtual Socket* CreateSocket(int type);
75 virtual Socket* CreateSocket(int family, int type);
Dphysicalsocketserver.h81 virtual Socket* CreateSocket(int type);
82 virtual Socket* CreateSocket(int family, int type);
Dmacsocketserver.h26 virtual Socket* CreateSocket(int type) { return NULL; } in CreateSocket() function
27 virtual Socket* CreateSocket(int family, int type) { return NULL; } in CreateSocket() function
Dnatsocketfactory.cc329 Socket* NATSocketFactory::CreateSocket(int type) { in CreateSocket() function in talk_base::NATSocketFactory
330 return CreateSocket(AF_INET, type); in CreateSocket()
333 Socket* NATSocketFactory::CreateSocket(int family, int type) { in CreateSocket() function in talk_base::NATSocketFactory
375 Socket* NATSocketServer::CreateSocket(int type) { in CreateSocket() function in talk_base::NATSocketServer
376 return CreateSocket(AF_INET, type); in CreateSocket()
379 Socket* NATSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in talk_base::NATSocketServer
Dfirewallsocketserver.h78 virtual Socket* CreateSocket(int type);
79 virtual Socket* CreateSocket(int family, int type);
Dfirewallsocketserver.cc193 Socket* FirewallSocketServer::CreateSocket(int type) { in CreateSocket() function in talk_base::FirewallSocketServer
194 return CreateSocket(AF_INET, type); in CreateSocket()
197 Socket* FirewallSocketServer::CreateSocket(int family, int type) { in CreateSocket() function in talk_base::FirewallSocketServer
Dwin32socketserver.h118 virtual Socket* CreateSocket(int type);
119 virtual Socket* CreateSocket(int family, int type);
Dvirtualsocketserver.h107 virtual Socket* CreateSocket(int type);
108 virtual Socket* CreateSocket(int family, int type);
/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/ipc/
Dipc_channel_factory.cc16 CreateSocket(); in ChannelFactory()
23 bool ChannelFactory::CreateSocket() { in CreateSocket() function in IPC::ChannelFactory
Dipc_channel_factory.h43 bool CreateSocket();
/external/chromium_org/tools/android/forwarder2/
Dhost_controller.cc104 scoped_ptr<Socket> host_server_data_socket(CreateSocket()); in ReadCommandOnInternalThread()
130 scoped_ptr<Socket> adb_data_socket(CreateSocket()); in StartForwarder()
153 scoped_ptr<Socket> HostController::CreateSocket() { in CreateSocket() function in forwarder2::HostController
/external/chromium_org/jingle/notifier/base/
Dxmpp_connection.cc26 buzz::AsyncSocket* CreateSocket( in CreateSocket() function
70 CreateSocket(xmpp_client_settings, in XmppConnection()
/external/chromium/third_party/libjingle/source/talk/base/
Dsslsocketfactory.cc117 Socket* SslSocketFactory::CreateSocket(int type) { in CreateSocket() function in talk_base::SslSocketFactory
118 return factory_->CreateSocket(type); in CreateSocket()
Dsocketfactory.h42 virtual Socket* CreateSocket(int type) = 0;
/external/v8/test/cctest/
Dtest-sockets.cc48 server_ = OS::CreateSocket(); in Run()
100 Socket* client = OS::CreateSocket(); in SendAndReceive()
/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/net/udp/
Dudp_socket_libevent.cc212 int rv = CreateSocket(address); in Connect()
233 int rv = CreateSocket(address); in Bind()
283 int UDPSocketLibevent::CreateSocket(const IPEndPoint& address) { in CreateSocket() function in net::UDPSocketLibevent
Dudp_socket_win.cc183 int rv = CreateSocket(address); in Connect()
204 int rv = CreateSocket(address); in Bind()
222 int UDPSocketWin::CreateSocket(const IPEndPoint& address) { in CreateSocket() function in net::UDPSocketWin
/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
379 callback.Run(GetOrCreateChannel(name)->CreateSocket()); in CreateStreamChannel()
448 socket = GetOrCreateChannel(c.name)->CreateSocket(); in DoCreatePendingChannels()

123