Home
last modified time | relevance | path

Searched defs:xfer (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dusb_windows.cpp166 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Write() local
204 size_t xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Read() local
Dusb_linux.cpp415 int xfer; in Write() local
450 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Read() local