Searched refs:snd_dlopen (Results 1 – 13 of 13) sorted by relevance
/third_party/alsa-lib/src/ |
D | dlmisc.c | 120 EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen) in INTERNAL() argument 122 void *snd_dlopen(const char *name, int mode, char *errbuf, size_t errbuflen) in INTERNAL() 134 if (dladdr(snd_dlopen, &dlinfo) > 0) in INTERNAL() 169 return INTERNAL(snd_dlopen)(name, mode, NULL, 0); in INTERNAL() 173 use_symbol_version(__snd_dlopen_old, snd_dlopen, ALSA_0.9); 174 use_default_symbol_version(__snd_dlopen, snd_dlopen, ALSA_1.1.6); 332 dlobj = INTERNAL(snd_dlopen)(lib, RTLD_NOW, in snd_dlobj_cache_get0()
|
D | Versions.in | 135 @SYMBOL_PREFIX@snd_dlopen;
|
D | conf.c | 3998 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_config_hooks_call() 5153 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in _snd_config_evaluate()
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | sbasedl.c | 66 h = snd_dlopen(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in mixer_simple_basic_dlopen()
|
/third_party/alsa-lib/include/ |
D | global.h | 101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
|
D | local.h | 377 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);
|
/third_party/alsa-lib/src/mixer/ |
D | simple_abst.c | 83 h = INTERNAL(snd_dlopen)(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in try_open() 130 h = INTERNAL(snd_dlopen)(xlib, RTLD_NOW|RTLD_GLOBAL, errbuf, sizeof(errbuf)); in try_open_full()
|
/third_party/alsa-lib/src/timer/ |
D | timer_query.c | 111 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_query_open_conf()
|
D | timer.c | 153 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_open_conf()
|
/third_party/alsa-lib/src/hwdep/ |
D | hwdep.c | 119 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_hwdep_open_conf()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_hooks.c | 427 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_pcm_hook_add_conf()
|
D | pcm_meter.c | 675 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_pcm_meter_add_scope_conf()
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 902 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_seq_open_conf()
|