Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dusb.cpp99 D("about to read (fd=%d, len=%d)", h->bulk_out.get(), len); in usb_ffs_read()
106 int n = read(h->bulk_out.get(), buf, read_len); in usb_ffs_read()
108 D("ERROR: fd = %d, n = %d: %s", h->bulk_out.get(), n, strerror(errno)); in usb_ffs_read()
125 D("[ done fd=%d ]", h->bulk_out.get()); in usb_ffs_read()
199 h->bulk_out.reset(); in usb_ffs_close()
Dusb_client.cpp191 h->bulk_out.reset(); in CloseFunctionFs()
221 h->bulk_out.reset(open(kUsbFfsFastbootOut, O_RDONLY)); in InitFunctionFs()
222 if (h->bulk_out < 0) { in InitFunctionFs()
233 h->read_aiob.fd = h->bulk_out.get(); in InitFunctionFs()
Dusb.h51 android::base::unique_fd bulk_out; // "out" from the host's perspective => source for adbd member