Home
last modified time | relevance | path

Searched refs:USB_FFS_NUM_BUFS (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dusb.cpp52 #define USB_FFS_NUM_BUFS ((4 * MAX_PAYLOAD / USB_FFS_BULK_SIZE) + 1) macro
/system/core/adb/daemon/
Dusb_ffs.cpp39 #define USB_FFS_NUM_BUFS ((4 * MAX_PAYLOAD / USB_FFS_BULK_SIZE) + 1) macro