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

/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_ucm.c269 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
301 if(!(ident1 = strtok_r(ident, "/", &temp_ptr))) {
307 ident2 = strtok_r(NULL, "/", &temp_ptr);
374 ident2 = strtok_r(NULL, "/", &temp_ptr);
410 ident2 = strtok_r(NULL, "/", &temp_ptr);
467 char ident[MAX_STR_LEN], *ident1, *ident2, *ident_value, *temp_ptr; local
480 if(!(ident1 = strtok_r(ident, "/", &temp_ptr))) {
485 ident2 = strtok_r(NULL, "/", &temp_ptr);
508 ident2 = strtok_r(NULL, "/", &temp_ptr);
1385 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
1610 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
2125 char *p = NULL, *verb_name = NULL, *file_name = NULL, *temp_ptr = NULL; local
2284 char *file_name = NULL, *temp_ptr; local
2455 char *next_str, *buf, *p, *verb_ptr, *temp_ptr; local
3354 char *p, *name = *case_name, *temp_ptr; local
3378 char *p, key[] = "0123456789", *temp_ptr; local
3404 char *p, *name = *mixer_name, *temp_ptr; local
3431 char *temp_ptr; local
3456 char *temp_ptr; local
3486 char *temp_ptr, *temp_vol_ptr; local
[all...]
/hardware/qcom/display/msm8226/libqdutils/
H A Dmdp_version.cpp102 char *temp_ptr; local
107 tmp_token = strtok_r(inputParams, delim, &temp_ptr);
110 tmp_token = strtok_r(NULL, " ", &temp_ptr);
/hardware/qcom/display/msm8084/libqdutils/
H A Dmdp_version.cpp114 char *temp_ptr; local
119 tmp_token = strtok_r(inputParams, delim, &temp_ptr);
122 tmp_token = strtok_r(NULL, " ", &temp_ptr);
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp77 char *nextSRString, *temp_ptr; local
78 nextSRString = strtok_r(ratesStr, " ,", &temp_ptr);
85 nextSRString = strtok_r(NULL, " ,.-", &temp_ptr);
101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr; local
197 nextSRString = strtok_r(ratesStrForVal, " ,", &temp_ptr);
209 nextSRString = strtok_r(NULL, " ,.-", &temp_ptr);

Completed in 28 milliseconds