Searched refs:init_socket_transport (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | adb.h | 136 int init_socket_transport(atransport* t, unique_fd s, int port, int local);
|
D | transport_local.cpp | 132 return init_socket_transport(t, std::move(fd), port, 0) >= 0 ? ReconnectResult::Success in connect_device() 371 int init_socket_transport(atransport* t, unique_fd fd, int adb_port, int local) { in init_socket_transport() function
|
D | transport.cpp | 1238 if (init_socket_transport(t, std::move(s), port, local) < 0) { in register_socket_transport()
|