Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/timer/
Dtimer_local.h35 int (*rt_stop)(snd_timer_t *timer); member
Dtimer_hw.c215 .rt_stop = snd_timer_hw_stop,
Dtimer.c924 return timer->ops->rt_stop(timer); in snd_timer_stop()