Searched refs:tempBuf (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.c | 428 char *tempBuf = buffer; in KeyValueListToMap() local 432 if ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) == NULL) { in KeyValueListToMap() 435 tempBuf = mParaMap[i]; in KeyValueListToMap() 436 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 441 tempBuf = NULL; in KeyValueListToMap() 443 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 448 tempBuf = NULL; in KeyValueListToMap() 453 tempBuf = NULL; in KeyValueListToMap()
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
H A D | audio_adapter_info_common.c | 429 char *tempBuf = buffer; in KeyValueListToMap() local 430 while (i < MAP_MAX && ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) != NULL)) { in KeyValueListToMap() 431 tempBuf = mParaMap[i]; in KeyValueListToMap() 432 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 438 tempBuf = NULL; in KeyValueListToMap() 440 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 446 tempBuf = NULL; in KeyValueListToMap() 451 tempBuf = NULL; in KeyValueListToMap()
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_simulation_node.cpp | 104 char tempBuf[MAX_PATH] = {0}; in AddSensorTypeTemp() local 137 ret = snprintf_s(tempBuf, MAX_PATH, sizeof(tempBuf) - ARG_1, THERMAL_TEMP_DIR.c_str(), dir.first.c_str()); in AddSensorTypeTemp() 142 WriteFile(tempBuf, temp, temp.length()); in AddSensorTypeTemp()
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_adapter_info_common.cpp | 894 char *tempBuf = buffer; in KeyValueListToMap() local 897 while (i < MAP_MAX && ((mParaMap[i] = strtok_r(tempBuf, ";", &outPtr)) != NULL)) { in KeyValueListToMap() 898 tempBuf = mParaMap[i]; in KeyValueListToMap() 899 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 904 tempBuf = NULL; in KeyValueListToMap() 906 if ((mParaMap[i] = strtok_r(tempBuf, "=", &inPtr)) != NULL) { in KeyValueListToMap() 911 tempBuf = NULL; in KeyValueListToMap() 913 tempBuf = NULL; in KeyValueListToMap()
|
Completed in 5 milliseconds