Searched refs:snd_dlobj_cache_get (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | local.h | 356 #define snd_dlobj_cache_get \ macro 372 void *snd_dlobj_cache_get(const char *lib, const char *name, const char *version, int verbose);
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 372 void *snd_dlobj_cache_get(const char *lib, const char *name, in snd_dlobj_cache_get() function
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_rate.c | 1420 open_conf_func = snd_dlobj_cache_get(lib, open_conf_name, NULL, verbose && converter_conf != NULL); in rate_open_func() 1433 open_func = snd_dlobj_cache_get(lib, open_name, NULL, verbose); in rate_open_func()
|
H A D | pcm.c | 2668 open_func = snd_dlobj_cache_get(lib, open_name, in snd_pcm_open_conf()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 1540 open_func = snd_dlobj_cache_get(lib, open_name, in snd_ctl_open_conf()
|
Completed in 19 milliseconds