Home
last modified time | relevance | path

Searched defs:local_serial (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp243 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial()
256 static ifc_match_func match_fastboot(const char* local_serial = serial) { in match_fastboot()
263 static void PrintDevice(const char* local_serial, const char* status = nullptr, in PrintDevice()
348 static std::unique_ptr<Transport> open_device(const char* local_serial, bool wait_for_device = true, in open_device()
461 const char* local_serial = *argv; in Connect() local
479 static int Disconnect(const char* local_serial) { in Disconnect()
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dfixtures.cpp64 int FastBootTest::MatchFastboot(usb_ifc_info* info, const std::string& local_serial) { in MatchFastboot()