Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dusb_linux.cpp407 struct usbdevfs_bulktransfer bulk; in Write() local
418 bulk.ep = handle_->ep_out; in Write()
419 bulk.len = xfer; in Write()
420 bulk.data = data; in Write()
421 bulk.timeout = ms_timeout_; in Write()
423 n = ioctl(handle_->desc, USBDEVFS_BULK, &bulk); in Write()
442 struct usbdevfs_bulktransfer bulk; in Read() local
452 bulk.ep = handle_->ep_in; in Read()
453 bulk.len = xfer; in Read()
454 bulk.data = data; in Read()
[all …]
H A DREADME.md13 * Two bulk endpoints (in, out) are required
/aosp14/frameworks/base/
H A DOWNERS30 # Support bulk translation updates