Lines Matching defs:paused
83 bool paused:1;
98 bool paused) {
114 pa_smoother_reset(s, time_offset, paused);
353 if (s->paused)
396 if (s->paused)
438 if (s->paused)
445 s->paused = true;
452 if (!s->paused)
462 s->paused = false;
483 if (s->paused)
502 void pa_smoother_reset(pa_smoother *s, pa_usec_t time_offset, bool paused) {
518 s->paused = paused;