Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dusb.c276 char *str_end = NULL; in usb_get_capability() local
331 str_end = strstr(read_buf, ((type == USB_PLAYBACK) ? in usb_get_capability()
333 if (str_end > str_start) in usb_get_capability()
340 if ((str_start == NULL) || (check && (str_start >= str_end))) { in usb_get_capability()