Home
last modified time | relevance | path

Searched refs:snd_async_add_handler (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
Dglobal.h124 int snd_async_add_handler(snd_async_handler_t **handler, int fd,
/third_party/alsa-lib/src/
Dasync.c100 int snd_async_add_handler(snd_async_handler_t **handler, int fd, in snd_async_add_handler() function
/third_party/alsa-lib/src/timer/
Dtimer.c307 err = snd_async_add_handler(&h, timer->poll_fd, in snd_async_add_timer_handler()
/third_party/alsa-lib/src/control/
Dcontrol.c1364 err = snd_async_add_handler(&h, _snd_ctl_async_descriptor(ctl), in snd_async_add_ctl_handler()
/third_party/alsa-lib/src/pcm/
Dpcm.c2464 err = snd_async_add_handler(&h, _snd_pcm_async_descriptor(pcm), in snd_async_add_pcm_handler()