Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb.h48 unsigned char has_bulk_out; member
Dusb_osx.cpp197 handle->info.has_bulk_out = 0; in try_interfaces()
221 handle->info.has_bulk_out = 1; in try_interfaces()
232 if (handle->info.has_bulk_in && handle->info.has_bulk_out) { in try_interfaces()
255 if (handle->info.has_bulk_out) { in try_interfaces()
Dusbtest.cpp58 info->has_bulk_out ? " out" : ""); in printifc()
Dusb_linux.cpp257 info.has_bulk_out = (out != -1); in filter_usb_device()