Home
last modified time | relevance | path

Searched refs:network_connect (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dtransport_local.cpp119 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error); in connect_device()
156 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error); in local_connect_arbitrary_ports()
Dsocket_spec.cpp157 result = network_connect(hostname, port, SOCK_STREAM, 0, error); in socket_spec_connect()
Dsysdeps.h263 int network_connect(const std::string& host, int port, int type, int timeout,
617 inline int network_connect(const std::string& host, int port, int type, in network_connect() function
Dsysdeps_win32.cpp835 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function