Searched refs:snd_pcm_async (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/ |
D | async.c | 162 err = snd_pcm_async(handler->u.pcm, -1, 1); in snd_async_del_handler()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.c | 55 return snd_pcm_async(generic->slave, sig, pid); in snd_pcm_generic_async()
|
D | pcm_multi.c | 95 return snd_pcm_async(slave_0, sig, pid); in snd_pcm_multi_async()
|
D | pcm_local.h | 375 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid);
|
D | pcm.c | 842 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid) in snd_pcm_async() function 2473 err = snd_pcm_async(pcm, snd_async_handler_get_signo(h), getpid()); in snd_async_add_pcm_handler()
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 405 ctrl->result = snd_pcm_async(pcm, ctrl->u.async.sig, ctrl->u.async.pid); in pcm_shm_cmd()
|