Home | History | Annotate | Download | only in adb

Lines Matching refs:console_port

1458     int console_port = strtol(port_spec, NULL, 0);
1460 if (!(console_port > 0 && adb_port > 0)) {
1491 if (!local_connect_arbitrary_ports(console_port, adb_port)) {
1493 "Connected to emulator on ports %d,%d", console_port, adb_port);
1497 console_port, adb_port);