Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.c56 static void *g_soHandle = NULL; variable
84 if (g_soHandle == NULL) { in CallLibFunction()
90 func = dlsym(g_soHandle, funcName); in CallLibFunction()
145 if (g_soHandle != NULL) { in GetSoHandle()
150 g_soHandle = dlopen(buf, RTLD_LAZY); in GetSoHandle()
151 if (g_soHandle == NULL) { in GetSoHandle()
189 if (g_soHandle != NULL) { in CloseLibsoHandle()
190 (void)dlclose(g_soHandle); in CloseLibsoHandle()
191 g_soHandle = NULL; in CloseLibsoHandle()

Completed in 2 milliseconds