Searched refs:serial_port (Results 1 – 5 of 5) sorted by relevance
123 new UsbTransportSniffer(std::move(usb), serial_port)); in SetUp()184 new UsbTransportSniffer(std::move(usb), serial_port)); in ReconnectFastbootDevice()244 int FastBootTest::serial_port = 0; member in fastboot::FastBootTest
45 static int serial_port;
1771 fastboot::FastBootTest::serial_port = fastboot::ConfigureSerial(args.at("serial_port")); in main()1776 if (fastboot::FastBootTest::serial_port > 0) { in main()1777 close(fastboot::FastBootTest::serial_port); in main()
278 - **--serial_port**: Many devices have a UART or serial log, that reports logging information. Fuzz…
1121 int serial_port = -1; in MatchesTarget() local1122 … if (android::base::ParseNetAddress(serial, &serial_host, &serial_port, nullptr, &error)) { in MatchesTarget()1125 int target_port = serial_port; in MatchesTarget()1128 serial_host == target_host && serial_port == target_port) { in MatchesTarget()