Searched refs:snd_ctl_async (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-lib/src/ |
D | async.c | 166 err = snd_ctl_async(handler->u.ctl, -1, 1); in snd_async_del_handler()
|
/third_party/alsa-lib/src/control/ |
D | control_local.h | 101 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid);
|
D | hcontrol.c | 160 return snd_ctl_async(hctl->ctl, sig, pid); in snd_hctl_async()
|
D | control.c | 292 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid) in snd_ctl_async() function 1373 err = snd_ctl_async(ctl, snd_async_handler_get_signo(h), getpid()); in snd_async_add_ctl_handler()
|
D | control_remap.c | 326 return snd_ctl_async(priv->child, sig, pid); in snd_ctl_remap_async()
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 624 ctrl->result = snd_ctl_async(ctl, ctrl->u.async.sig, ctrl->u.async.pid); in ctl_shm_cmd()
|