Home
last modified time | relevance | path

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

/system/core/adb/
Dservices.cpp292 ret = network_connect(name + 1, port, SOCK_STREAM, 0, &error); in service_to_fd()
422 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error); in connect_device()
Dadb_client.cpp145 fd = network_connect(__adb_server_name, __adb_server_port, SOCK_STREAM, 0, &reason); in _adb_connect()
Dtransport_local.cpp108 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error); in local_connect_arbitrary_ports()
Dsysdeps.h283 int network_connect(const std::string& host, int port, int type, int timeout,
665 inline int network_connect(const std::string& host, int port, int type, in network_connect() function
Dsysdeps_win32.cpp974 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function