Searched defs:hdl (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c445 int hdl; local
511 void *hdl; local
537 hdl = dlopen(path, RTLD_NOW);
538 if (hdl == NULL) {
543 desc = (audio_effect_library_t *)dlsym(hdl, AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR);
564 l->handle = hdl;
580 if (hdl != NULL) {
581 dlclose(hdl);

Completed in 65 milliseconds