Searched refs:outPtr (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 985 char *outPtr = NULL; in FillIntVal() local 994 vals = strtok_r(ptr, ",", &outPtr); in FillIntVal() 995 if (outPtr == NULL) { in FillIntVal() 1004 maxPtr = strtok_r(NULL, ",", &outPtr); in FillIntVal() 1005 if (outPtr == NULL) { in FillIntVal() 1014 minPtr = strtok_r(NULL, ",", &outPtr); in FillIntVal() 1015 if (outPtr != NULL) { in FillIntVal() 1017 stepPtr = strtok_r(NULL, ",", &outPtr); in FillIntVal() 1018 info->value.intVal.step = outPtr != NULL ? (int32_t)strtol(stepPtr, NULL, STRTOL_BASE) : 0; in FillIntVal()
|
/drivers/peripheral/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.c | 429 char *outPtr = NULL; in KeyValueListToMap() local 432 if ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) == NULL) { in KeyValueListToMap()
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter_info_common.c | 419 char *outPtr = NULL; in KeyValueListToMap() local 430 while (i < MAP_MAX && ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) != NULL)) { in KeyValueListToMap()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.cpp | 895 char *outPtr = NULL; in KeyValueListToMap() local 897 while (i < MAP_MAX && ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) != NULL)) { in KeyValueListToMap()
|
Completed in 6 milliseconds