Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb.h47 unsigned char has_bulk_in; member
Dusb_osx.cpp196 handle->info.has_bulk_in = 0; in try_interfaces()
218 handle->info.has_bulk_in = 1; in try_interfaces()
232 if (handle->info.has_bulk_in && handle->info.has_bulk_out) { in try_interfaces()
247 if (handle->info.has_bulk_in) { in try_interfaces()
Dusbtest.cpp57 info->has_bulk_in ? " in" : "", in printifc()
Dusb_linux.cpp256 info.has_bulk_in = (in != -1); in filter_usb_device()