Home
last modified time | relevance | path

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

/aosp12/system/core/libcutils/
H A Dsocket_network_client_unix.cpp46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout() function
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error); in socket_network_client()
/aosp12/system/core/libcutils/include/cutils/
H A Dsockets.h88 int socket_network_client_timeout(const char* host, int port, int type,
/aosp12/system/core/libcutils/include_outside_system/cutils/
H A Dsockets.h88 int socket_network_client_timeout(const char* host, int port, int type,
/aosp12/packages/modules/adb/sysdeps/posix/
H A Dnetwork.cpp138 int fd = socket_network_client_timeout(host.c_str(), port, type, timeout, &getaddrinfo_error); in network_connect()
/aosp12/packages/modules/adb/pairing_connection/tests/
H A Dpairing_client.cpp139 int fd = socket_network_client_timeout(host.c_str(), port, type, timeout, &getaddrinfo_error); in network_connect()