Searched refs:snd_hctl_poll_descriptors_revents (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/src/control/ |
D | hcontrol.c | 195 int snd_hctl_poll_descriptors_revents(snd_hctl_t *hctl, struct pollfd *pfds, unsigned int nfds, uns… in snd_hctl_poll_descriptors_revents() function 705 err = snd_hctl_poll_descriptors_revents(hctl, pfd, npfds, revents); in snd_hctl_wait()
|
/third_party/alsa-lib/include/ |
D | control.h | 737 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsi…
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.c | 367 err = snd_hctl_poll_descriptors_revents(fdl->hctl, fdl->work_fds, fdl->num_fds, &revents); in io_cb()
|