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

  /system/core/adb/
socket_spec.cpp 157 result = network_connect(hostname, port, SOCK_STREAM, 0, error);
transport_local.cpp 84 int fd = network_connect(host.c_str(), port, SOCK_STREAM, 10, &error);
121 fd = network_connect(host, adb_port, SOCK_STREAM, 0, error);
sysdeps.h 182 int network_connect(const std::string& host, int port, int type, int timeout,
517 inline int network_connect(const std::string& host, int port, int type,
sysdeps_win32.cpp 833 int network_connect(const std::string& host, int port, int type, int timeout, std::string* error) { function
    [all...]

Completed in 62 milliseconds