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

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c443 int hdl; local
502 void *hdl; local
512 hdl = dlopen(node->value, RTLD_NOW);
513 if (hdl == NULL) {
518 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
539 l->handle = hdl;
555 if (hdl != NULL) {
556 dlclose(hdl);

Completed in 7 milliseconds