Home
last modified time | relevance | path

Searched refs:snd_hctl_poll_descriptors_revents (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/control/
Dhcontrol.c195 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/
Dcontrol.h737 int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, unsigned int nfds, unsi…
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c367 err = snd_hctl_poll_descriptors_revents(fdl->hctl, fdl->work_fds, fdl->num_fds, &revents); in io_cb()