Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dusb.c35 #define USB_BUFF_SIZE 2048 macro
310 read_buf = (char *)calloc(1, USB_BUFF_SIZE + 1); in usb_get_capability()
318 if(read(fd, read_buf, USB_BUFF_SIZE) < 0) { in usb_get_capability()