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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c450 int hdl; local
573 void *hdl = NULL; local
589 hdl = dlopen(path, RTLD_NOW);
590 if (hdl == NULL) {
595 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
616 l->handle = hdl;
632 if (hdl != NULL) {
633 dlclose(hdl);

Completed in 1245 milliseconds