Searched refs:network_connect (Results 1 – 5 of 5) sorted by relevance
/system/core/adb/ |
D | services.cpp | 292 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()
|
D | adb_client.cpp | 145 fd = network_connect(__adb_server_name, __adb_server_port, SOCK_STREAM, 0, &reason); in _adb_connect()
|
D | transport_local.cpp | 108 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error); in local_connect_arbitrary_ports()
|
D | sysdeps.h | 283 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
|
D | sysdeps_win32.cpp | 974 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { in network_connect() function
|