Searched refs:snd_dlsym (Results 1 – 9 of 9) sorted by relevance
/third_party/alsa-lib/src/mixer/ |
D | simple_abst.c | 90 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/ |
D | dlmisc.c | 244 void *snd_dlsym(void *handle, const char *name, const char *version) in snd_dlsym() function 343 func = snd_dlsym(dlobj, name, version); in snd_dlobj_cache_get0()
|
D | conf.c | 3999 func = h ? snd_dlsym(h, func_name, SND_DLSYM_VERSION(SND_CONFIG_DLSYM_VERSION_HOOK)) : NULL; in snd_config_hooks_call() 5155 func = snd_dlsym(h, func_name, SND_DLSYM_VERSION(SND_CONFIG_DLSYM_VERSION_EVALUATE)); in _snd_config_evaluate()
|
/third_party/alsa-lib/include/ |
D | global.h | 102 void *snd_dlsym(void *handle, const char *name, const char *version);
|
/third_party/alsa-lib/src/timer/ |
D | timer_query.c | 113 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_TIMER_QUERY_DLSYM_VERSION)); in snd_timer_query_open_conf()
|
D | timer.c | 155 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/ |
D | hwdep.c | 121 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/ |
D | pcm_hooks.c | 428 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/ |
D | seq.c | 904 open_func = snd_dlsym(h, open_name, SND_DLSYM_VERSION(SND_SEQ_DLSYM_VERSION)); in snd_seq_open_conf()
|