Home
last modified time | relevance | path

Searched refs:g_pathSelGetConfToJsonObj (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_manager.c42 PathSelGetConfToJsonObj g_pathSelGetConfToJsonObj = NULL; variable
93 return &g_pathSelGetConfToJsonObj; in AudioPassthroughGetPathSelGetConfToJsonObj()
181 g_pathSelGetConfToJsonObj = dlsym(g_ptrPathSelHandle, "AudioPathSelGetConfToJsonObj"); in InitPathSelectPassthroughHandle()
183 if (g_pathSelGetConfToJsonObj == NULL || g_pathSelAnalysisJson == NULL) { in InitPathSelectPassthroughHandle()
289 if (ret < 0 || g_pathSelGetConfToJsonObj == NULL) { in AudioInitDynamicLib()
296 ret = g_pathSelGetConfToJsonObj(); in AudioInitDynamicLib()