Lines Matching refs:tmpValue
159 cJSON *tmpValue = cJSON_GetArrayItem(renderSwObj, i);
160 cJSON *renderSwName = tmpValue->child;
200 cJSON *tmpValue = cJSON_GetArrayItem(captureSwObj, i);
201 cJSON *captureSwName = tmpValue->child;
249 cJSON *tmpValue = cJSON_GetArrayItem(renderObj, i);
250 cJSON *swName = tmpValue->child;
435 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i);
437 int32_t ret = AudioRenderParseDevice(renderParam, tmpValue);
666 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i);
667 int32_t ret = AudioCaptureParseDevice(captureParam, tmpValue);