Searched defs:console_port (Results 1 - 2 of 2) 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.c1291 int console_port = strtol(port_spec, NULL, 0); local
1293 if (!(console_port > 0 && adb_port > 0)) {
1324 if (!local_connect_arbitrary_ports(console_port, adb_port)) {
1326 "Connected to emulator on ports %d,%d", console_port, adb_port);
1330 console_port, adb_port);

Completed in 5 milliseconds