Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.c165 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in usb_write() local
205 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in usb_read() local
Dusb_linux.c378 int xfer; in usb_write() local
413 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in usb_read() local
/system/core/adb/
Dusb_linux.cpp462 int xfer = (len > 4096) ? 4096 : len; in usb_write() local
491 int xfer = (len > 4096) ? 4096 : len; in usb_read() local
Dusb_windows.cpp314 int xfer = (len > 4096) ? 4096 : len; in usb_read() local
Dcommandline.cpp471 unsigned xfer = (sz > CHUNK_SIZE) ? CHUNK_SIZE : sz; in adb_download_buffer() local
521 size_t xfer = 0; in adb_sideload_host() local