Lines Matching refs:auto_timing_update_event
196 s->auto_timing_update_event = NULL;
276 if (s->auto_timing_update_event) {
278 s->mainloop->time_free(s->auto_timing_update_event);
411 if (s->auto_timing_update_event) {
414 s->mainloop->time_free(s->auto_timing_update_event);
415 s->auto_timing_update_event = NULL;
420 pa_context_rttime_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timing_interval_usec);
601 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) {
603 s->auto_timing_update_event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_timing_update_callback, s);
725 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) {
727 s->auto_timing_update_event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_timing_update_callback, s);
1002 pa_assert(!s->auto_timing_update_event);
1003 s->auto_timing_update_event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_interval_usec, &auto_timing_update_callback, s);