Home
last modified time | relevance | path

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

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