HomeSort by relevance Sort by last modified time
    Searched refs:socket_network_client_timeout (Results 1 - 3 of 3) sorted by null

  /system/core/libcutils/
socket_network_client_unix.c 46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, function
124 return socket_network_client_timeout(host, port, type, 0, &getaddrinfo_error);
  /system/core/include/cutils/
sockets.h 108 int socket_network_client_timeout(const char* host, int port, int type,
  /system/core/adb/
sysdeps.h 647 int fd = socket_network_client_timeout(host.c_str(), port, type, timeout,

Completed in 77 milliseconds