Searched refs:g_ptrPathSelHandle (Results 1 – 1 of 1) sorted by relevance
57 static void *g_ptrPathSelHandle = NULL; variable175 if (g_ptrPathSelHandle == NULL) { in InitPathSelectPassthroughHandle()176 g_ptrPathSelHandle = dlopen(pathBuf, RTLD_LAZY); in InitPathSelectPassthroughHandle()177 if (g_ptrPathSelHandle == NULL) { in InitPathSelectPassthroughHandle()181 g_pathSelGetConfToJsonObj = dlsym(g_ptrPathSelHandle, "AudioPathSelGetConfToJsonObj"); in InitPathSelectPassthroughHandle()182 g_pathSelAnalysisJson = dlsym(g_ptrPathSelHandle, "AudioPathSelAnalysisJson"); in InitPathSelectPassthroughHandle()185 AudioDlClose(&g_ptrPathSelHandle); in InitPathSelectPassthroughHandle()301 AudioDlClose(&g_ptrPathSelHandle); in AudioInitDynamicLib()