Searched refs:snd_pcm_async (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-lib/src/ |
H A D | async.c | 174 err = snd_pcm_async(handler->u.pcm, -1, 1); in snd_async_del_handler()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_generic.c | 55 return snd_pcm_async(generic->slave, sig, pid); in snd_pcm_generic_async()
|
H A D | pcm_local.h | 266 #define snd_pcm_async \ 381 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid);
|
H A D | pcm_multi.c | 95 return snd_pcm_async(slave_0, sig, pid); in snd_pcm_multi_async()
|
H A D | pcm.c | 854 int snd_pcm_async(snd_pcm_t *pcm, int sig, pid_t pid) in snd_pcm_async() function 2531 err = snd_pcm_async(pcm, snd_async_handler_get_signo(h), getpid()); in snd_async_add_pcm_handler()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 406 ctrl->result = snd_pcm_async(pcm, ctrl->u.async.sig, ctrl->u.async.pid); in pcm_shm_cmd()
|
Completed in 18 milliseconds