Searched refs:MAX_USBFS_BUFFER_SIZE (Results 1 - 1 of 1) sorted by last modified time

/system/core/libusbhost/
H A Dusbhost.c59 #define MAX_USBFS_BUFFER_SIZE 16384 macro
535 if (length > MAX_USBFS_BUFFER_SIZE)
536 length = MAX_USBFS_BUFFER_SIZE;
593 if (req->buffer_length > MAX_USBFS_BUFFER_SIZE)
594 urb->buffer_length = MAX_USBFS_BUFFER_SIZE;

Completed in 111 milliseconds