Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb.h49 unsigned char has_bulk_in; member
Dusb_osx.cpp189 handle->info.has_bulk_in = 0; in try_interfaces()
225 handle->info.has_bulk_in = 1; in try_interfaces()
240 if (handle->info.has_bulk_in && handle->info.has_bulk_out) { in try_interfaces()
255 if (handle->info.has_bulk_in) { in try_interfaces()
Dusb_linux.cpp277 info.has_bulk_in = (in != -1); in filter_usb_device()