Home
last modified time | relevance | path

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

/system/core/fastboot/
Dusb_windows.cpp164 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Write() local
201 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Read() local
Dusb_linux.cpp399 int xfer; in Write() local
434 int xfer = (len > MAX_USBFS_BULK_SIZE) ? MAX_USBFS_BULK_SIZE : len; in Read() local
/system/core/adb/client/
Dusb_linux.cpp433 int xfer = len; in usb_read() local
/system/core/adb/
Dcommandline.cpp812 unsigned xfer = (sz > CHUNK_SIZE) ? CHUNK_SIZE : sz; in adb_download_buffer() local
888 size_t xfer = 0; in adb_sideload_host() local