Home
last modified time | relevance | path

Searched refs:snd_timer_poll_descriptors (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/test/
Dtimer.c37 if ((err = snd_timer_poll_descriptors(handle, fds, count)) < 0) { in read_loop()
/third_party/alsa-lib/include/
Dtimer.h157 int snd_timer_poll_descriptors(snd_timer_t *handle, struct pollfd *pfds, unsigned int space);
/third_party/alsa-lib/src/timer/
Dtimer.c358 int snd_timer_poll_descriptors(snd_timer_t *timer, struct pollfd *pfds, unsigned int space) in snd_timer_poll_descriptors() function
/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1452 snd_timer_poll_descriptors(dmix->timer, &dmix->timer_fd, 1);
Dpcm_hw.c432 snd_timer_poll_descriptors(hw->period_timer, in snd_pcm_hw_change_timer()