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 100 int ret = register_socket_transport(fd, serial.c_str(), port, 0);
133 if (register_socket_transport(fd, serial.c_str(), adb_port, 1) == 0) {
237 if (register_socket_transport(fd, serial.c_str(), port, 1) != 0) {
336 if (register_socket_transport(fd, serial.c_str(), port, 1) != 0 ||
transport.h 242 int register_socket_transport(int s, const char* serial, int port, int local);
transport.cpp 1047 int register_socket_transport(int s, const char* serial, int port, int local) { function
    [all...]

Completed in 169 milliseconds