Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_osx.cpp71 OsxUsbTransport(std::unique_ptr<usb_handle> handle, uint32_t ms_timeout = 0) in OsxUsbTransport() argument
72 : handle_(std::move(handle)), ms_timeout_(ms_timeout) {} in OsxUsbTransport()
Dusb_linux.cpp109 explicit LinuxUsbTransport(std::unique_ptr<usb_handle> handle, uint32_t ms_timeout = 0) in LinuxUsbTransport() argument
110 : handle_(std::move(handle)), ms_timeout_(ms_timeout) {} in LinuxUsbTransport()