Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.h268 int init_socket_transport(atransport *t, int s, int port, int local);
Dtransport_local.cpp383 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport() function
Dtransport.cpp932 if (init_socket_transport(t, s, port, local) < 0) { in register_socket_transport()