Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dtimer.c30 count = snd_timer_poll_descriptors_count(handle); in read_loop()
/third_party/alsa-lib/include/
Dtimer.h156 int snd_timer_poll_descriptors_count(snd_timer_t *handle);
/third_party/alsa-lib/src/timer/
Dtimer.c345 int snd_timer_poll_descriptors_count(snd_timer_t *timer) in snd_timer_poll_descriptors_count() function
/third_party/alsa-lib/src/pcm/
Dpcm_direct.c1448 if (snd_timer_poll_descriptors_count(dmix->timer) != 1) {
Dpcm_hw.c426 if (snd_timer_poll_descriptors_count(hw->period_timer) != 1) { in snd_pcm_hw_change_timer()