Home
last modified time | relevance | path

Searched refs:period_timer_pfd (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c106 struct pollfd period_timer_pfd; member
218 while (poll(&hw->period_timer_pfd, 1, 0) > 0) { in snd_pcm_hw_clear_timer_queue()
242 pfds[1].fd = hw->period_timer_pfd.fd; in snd_pcm_hw_poll_descriptors()
252 if (nfds != 2 || pfds[0].fd != hw->fd || pfds[1].fd != hw->period_timer_pfd.fd) in snd_pcm_hw_poll_revents()
458 hw->period_timer_pfd.events = POLLIN; in snd_pcm_hw_change_timer()
459 hw->period_timer_pfd.revents = 0; in snd_pcm_hw_change_timer()
461 &hw->period_timer_pfd, 1); in snd_pcm_hw_change_timer()
470 ioctl(hw->period_timer_pfd.fd, in snd_pcm_hw_change_timer()

Completed in 4 milliseconds