Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/pathselect/src/
H A Daudio_pathselect.c159 cJSON *tmpValue = cJSON_GetArrayItem(renderSwObj, i); in SetRenderPathDefaultValue() local
160 cJSON *renderSwName = tmpValue->child; in SetRenderPathDefaultValue()
200 cJSON *tmpValue = cJSON_GetArrayItem(captureSwObj, i); in SetCapturePathDefaultValue() local
201 cJSON *captureSwName = tmpValue->child; in SetCapturePathDefaultValue()
249 cJSON *tmpValue = cJSON_GetArrayItem(renderObj, i); in SetRenderPathValue() local
250 cJSON *swName = tmpValue->child; in SetRenderPathValue()
435 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i); in AudioRenderParseUsecase() local
437 int32_t ret = AudioRenderParseDevice(renderParam, tmpValue); in AudioRenderParseUsecase()
666 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i); in AudioCaptureParseUsecase() local
667 int32_t ret = AudioCaptureParseDevice(captureParam, tmpValue); in AudioCaptureParseUsecase()
[all...]

Completed in 2 milliseconds