Home
last modified time | relevance | path

Searched defs:xfer (Results 1 – 4 of 4) 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
/system/core/adb/client/
Dusb_linux.cpp458 int xfer = len; in usb_read() local
Dcommandline.cpp836 unsigned xfer = (size > CHUNK_SIZE) ? CHUNK_SIZE : size; in adb_sideload_legacy() local
920 int64_t xfer = 0; in adb_sideload_install() local