Searched refs:bulk_in (Results 1 – 3 of 3) sorted by relevance
/system/core/fastboot/device/ |
D | usb.cpp | 79 D("about to write (fd=%d, len=%d)", h->bulk_in.get(), len); in usb_ffs_write() 85 int n = write(h->bulk_in.get(), buf, write_len); in usb_ffs_write() 87 D("ERROR: fd = %d, n = %d: %s", h->bulk_in.get(), n, strerror(errno)); in usb_ffs_write() 94 D("[ done fd=%d ]", h->bulk_in.get()); in usb_ffs_write() 200 h->bulk_in.reset(); in usb_ffs_close()
|
D | usb_client.cpp | 190 h->bulk_in.reset(); in CloseFunctionFs() 227 h->bulk_in.reset(open(kUsbFfsFastbootIn, O_WRONLY)); in InitFunctionFs() 228 if (h->bulk_in < 0) { in InitFunctionFs() 234 h->write_aiob.fd = h->bulk_in.get(); in InitFunctionFs()
|
D | usb.h | 52 android::base::unique_fd bulk_in; // "in" from the host's perspective => sink for adbd member
|