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

  /system/core/adb/
transport_local.cpp 135 int ret = register_socket_transport(fd, serial.c_str(), port, 0);
168 if (register_socket_transport(fd, serial.c_str(), adb_port, 1) == 0) {
272 if (register_socket_transport(fd, serial.c_str(), port, 1) != 0) {
371 if (register_socket_transport(fd, serial.c_str(), port, 1) != 0 ||
transport.h 220 int register_socket_transport(int s, const char* serial, int port, int local);
transport.cpp 972 int register_socket_transport(int s, const char* serial, int port, int local) { function
    [all...]

Completed in 51 milliseconds