Home
last modified time | relevance | path

Searched refs:init_socket_transport (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/
Dadb.h136 int init_socket_transport(atransport* t, unique_fd s, int port, int local);
Dtransport_local.cpp132 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
Dtransport.cpp1238 if (init_socket_transport(t, std::move(s), port, local) < 0) { in register_socket_transport()