Searched refs:snd_dlopen (Results 1 - 11 of 11) sorted by relevance
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 120 EXPORT_SYMBOL void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen) in snd_dlopen() function 122 void *snd_dlopen(const char *name, int mode, char *errbuf, size_t errbuflen) in snd_dlopen() 134 if (dladdr(snd_dlopen, &dlinfo) > 0) in snd_dlopen() 169 return INTERNAL(snd_dlopen)(name, mode, NULL, 0); in snd_dlopen_old() 174 use_symbol_version(__snd_dlopen_old, snd_dlopen, ALSA_0.9); 175 use_default_symbol_version(__snd_dlopen, snd_dlopen, ALSA_1.1.6); 334 dlobj = INTERNAL(snd_dlopen)(lib, RTLD_NOW, in snd_dlobj_cache_get0()
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbasedl.c | 66 h = snd_dlopen(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in mixer_simple_basic_dlopen()
|
/third_party/alsa-lib/include/ |
H A D | global.h | 101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
|
H A D | local.h | 399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);
|
/third_party/alsa-lib/src/mixer/ |
H A 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/ |
H A D | timer_query.c | 111 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_query_open_conf()
|
H A 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/ |
H A 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/ |
H A D | pcm_hooks.c | 427 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_pcm_hook_add_conf()
|
H A D | pcm_meter.c | 677 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_pcm_meter_add_scope_conf()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq.c | 902 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_seq_open_conf()
|
Completed in 16 milliseconds