Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/pathselect/src/
H A Daudio_pathselect.c47 static cJSON *g_cJsonObj = NULL; variable
53 if (g_cJsonObj != NULL) { in AudioPathSelGetConfToJsonObj()
89 g_cJsonObj = cJSON_Parse(pJsonStr); in AudioPathSelGetConfToJsonObj()
90 if (g_cJsonObj == NULL) { in AudioPathSelGetConfToJsonObj()
405 cJSON *cardNode = cJSON_GetObjectItem(g_cJsonObj, renderParam->renderMode.hwInfo.cardServiceName); in AudioRenderParseUsecase()
637 cJSON *cardNode = cJSON_GetObjectItem(g_cJsonObj, captureParam->captureMode.hwInfo.cardServiceName); in AudioCaptureParseUsecase()

Completed in 2 milliseconds