Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp123 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
Dfixtures.h45 static int serial_port;
Dmain.cpp1771 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()
DREADME.md278 - **--serial_port**: Many devices have a UART or serial log, that reports logging information. Fuzz…
/system/core/adb/
Dtransport.cpp1121 int serial_port = -1; in MatchesTarget() local
1122 … 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()