Home
last modified time | relevance | path

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

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