Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dfixtures.cpp120 std::unique_ptr<UsbTransport> usb(usb_open(matcher, USB_TIMEOUT)); in SetUp()
181 std::unique_ptr<UsbTransport> usb(usb_open(matcher, USB_TIMEOUT)); in ReconnectFastbootDevice()
Dfixtures.h38 const int USB_TIMEOUT = 30000; variable