Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c90 event_func = snd_dlsym(h, "alsa_mixer_simple_event", NULL); in try_open()
96 init_func = snd_dlsym(h, "alsa_mixer_simple_init", NULL); in try_open()
137 event_func = snd_dlsym(h, "alsa_mixer_simple_event", NULL); in try_open_full()
143 init_func = snd_dlsym(h, "alsa_mixer_simple_finit", NULL); in try_open_full()
/third_party/alsa-lib/src/
H A Ddlmisc.c246 void *snd_dlsym(void *handle, const char *name, const char *version) in snd_dlsym() function
345 func = snd_dlsym(dlobj, name, version); in snd_dlobj_cache_get0()
/third_party/alsa-lib/include/
H A Dglobal.h102 void *snd_dlsym(void *handle, const char *name, const char *version);
/third_party/alsa-lib/src/timer/
H A Dtimer_query.c113 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_TIMER_QUERY_DLSYM_VERSION)); in snd_timer_query_open_conf()
H A Dtimer.c155 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_TIMER_DLSYM_VERSION)); in snd_timer_open_conf()
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c121 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_HWDEP_DLSYM_VERSION)); in snd_hwdep_open_conf()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c428 install_func = h ? snd_dlsym(h, install, SND_DLSYM_VERSION(SND_PCM_DLSYM_VERSION)) : NULL; in snd_pcm_hook_add_conf()
/third_party/alsa-lib/src/seq/
H A Dseq.c904 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_SEQ_DLSYM_VERSION)); in snd_seq_open_conf()

Completed in 11 milliseconds