Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.cpp242 static int match_fastboot_with_serial(usb_ifc_info* info, const char* local_serial) { in match_fastboot_with_serial() function
257 return match_fastboot_with_serial(info, local_serial); in match_fastboot()
288 if (match_fastboot_with_serial(info, nullptr) == 0) { in list_devices_callback()