Searched refs:USB_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
120 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()
38 const int USB_TIMEOUT = 30000; variable