Home
last modified time | relevance | path

Searched refs:serial_port (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp134 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
Dfixtures.h45 static int serial_port;
Dmain.cpp1806 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()
DREADME.md278 - **--serial_port**: Many devices have a UART or serial log, that reports logging information. Fuzz…