Searched refs:serial_port (Results 1 – 4 of 4) sorted by relevance
134 new TransportSniffer(std::move(usb), serial_port)); in SetUp()218 new TransportSniffer(std::move(usb), serial_port)); in ReconnectFastbootDevice()278 int FastBootTest::serial_port = 0; member in fastboot::FastBootTest
45 static int serial_port;
1806 fastboot::FastBootTest::serial_port = fastboot::ConfigureSerial(args.at("serial_port")); in main()1811 if (fastboot::FastBootTest::serial_port > 0) { in main()1812 close(fastboot::FastBootTest::serial_port); in main()
278 - **--serial_port**: Many devices have a UART or serial log, that reports logging information. Fuzz…