Searched refs:snd_hctl_poll_descriptors (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 181 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space) in snd_hctl_poll_descriptors() function 688 err = snd_hctl_poll_descriptors(hctl, pfd, npfds); in snd_hctl_wait()
|
/third_party/alsa-lib/include/ |
D | control.h | 736 int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int space);
|
/third_party/alsa-lib/src/mixer/ |
D | mixer.c | 719 n = snd_hctl_poll_descriptors(s->hctl, pfds, space); in snd_mixer_poll_descriptors()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.c | 425 err = snd_hctl_poll_descriptors(fdl->hctl, fdl->work_fds, num_fds); in defer_cb()
|