Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dusb_legacy.cpp57 #define USB_FFS_NUM_BUFS ((4 * MAX_PAYLOAD / USB_FFS_BULK_SIZE) + 1) macro
304 std::thread(usb_legacy_ffs_open_thread, create_usb_handle(USB_FFS_NUM_BUFS, USB_FFS_BULK_SIZE)) in usb_init_legacy()
Dusb_ffs.cpp38 #define USB_FFS_NUM_BUFS ((4 * MAX_PAYLOAD / USB_FFS_BULK_SIZE) + 1) macro