Home
last modified time | relevance | path

Searched refs:snd_dlopen (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-lib/src/
H A Ddlmisc.c120 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 Dsbasedl.c66 h = snd_dlopen(xlib, RTLD_NOW, errbuf, sizeof(errbuf)); in mixer_simple_basic_dlopen()
/third_party/alsa-lib/include/
H A Dglobal.h101 void *snd_dlopen(const char *file, int mode, char *errbuf, size_t errbuflen);
H A Dlocal.h399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c83 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 Dtimer_query.c111 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_query_open_conf()
H A Dtimer.c153 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_timer_open_conf()
/third_party/alsa-lib/src/hwdep/
H A Dhwdep.c119 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_hwdep_open_conf()
/third_party/alsa-lib/src/pcm/
H A Dpcm_hooks.c427 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_pcm_hook_add_conf()
H A Dpcm_meter.c677 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 Dseq.c902 h = INTERNAL(snd_dlopen)(lib, RTLD_NOW, errbuf, sizeof(errbuf)); in snd_seq_open_conf()

Completed in 16 milliseconds