Searched refs:console_port (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dtransport_local.c109 int local_connect_arbitrary_ports(int console_port, int adb_port) argument
128 snprintf(buf, sizeof buf, "%s%d", LOCAL_CLIENT_PREFIX, console_port);
H A Dadb.c1041 int console_port = strtol(port_spec, NULL, 0); local
1043 if (!(console_port > 0 && adb_port > 0)) {
1074 if (!local_connect_arbitrary_ports(console_port, adb_port)) {
1076 "Connected to emulator on ports %d,%d", console_port, adb_port);
1080 console_port, adb_port);
H A Dadb.h410 int local_connect_arbitrary_ports(int console_port, int adb_port);

Completed in 73 milliseconds