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

  /system/core/adb/sysdeps/
network.h 21 int network_loopback_client(int port, int type, std::string* error);
  /system/core/adb/
console.cpp 101 int fd = network_loopback_client(port, SOCK_STREAM, &error);
socket_spec.cpp 154 result = network_loopback_client(port, SOCK_STREAM, error);
socket_test.cpp 255 int fd = network_loopback_client(5038, SOCK_STREAM, &error);
transport_local.cpp 125 fd = network_loopback_client(adb_port, SOCK_STREAM, error);
sysdeps_win32.cpp 702 int network_loopback_client(int port, int type, std::string* error) { function
    [all...]
  /system/core/adb/sysdeps/posix/
network.cpp 79 int network_loopback_client(int port, int type, std::string* error) { function

Completed in 56 milliseconds