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

  /system/core/adb/
transport_local.c 132 register_socket_transport(fd, buf, adb_port, 1);
184 register_socket_transport(fd, "host", port, 1);
282 register_socket_transport(fd, "host", port, 1);
adb.h 292 int register_socket_transport(int s, const char *serial, int port, int local);
services.c 475 ret = register_socket_transport(fd, serial, port, 0);
transport.c 1000 int register_socket_transport(int s, const char *serial, int port, int local) function
  /bootable/recovery/minadbd/
adb.h 254 void register_socket_transport(int s, const char *serial, int port, int local);
transport.c 681 void register_socket_transport(int s, const char *serial, int port, int local) function

Completed in 127 milliseconds