Searched defs:console_port (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dservices.c567 int console_port = strtol(port_spec, NULL, 0); local
569 if (!(console_port > 0 && adb_port > 0)) {
600 if (!local_connect_arbitrary_ports(console_port, adb_port)) {
602 "Connected to emulator on ports %d,%d", console_port, adb_port);
606 console_port, adb_port);
H A Dtransport_local.c112 int local_connect_arbitrary_ports(int console_port, int adb_port) argument
131 snprintf(buf, sizeof buf, "%s%d", LOCAL_CLIENT_PREFIX, console_port);

Completed in 35 milliseconds