Searched refs:nextSRString (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp77 char *nextSRString, *temp_ptr; local
78 nextSRString = strtok_r(ratesStr, " ,", &temp_ptr);
79 if (nextSRString == NULL) {
83 for (i = 1; nextSRString != NULL; i++) {
85 nextSRString = strtok_r(NULL, " ,.-", &temp_ptr);
101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr; local
197 nextSRString = strtok_r(ratesStrForVal, " ,", &temp_ptr);
198 if (nextSRString == NULL) {
207 ratesSupported[0] = atoi(nextSRString);
209 nextSRString
[all...]

Completed in 15 milliseconds