Home
last modified time | relevance | path

Searched refs:auto_timing_update_event (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.c194 s->auto_timing_update_event = NULL; in pa_stream_new_with_proplist_internal()
274 if (s->auto_timing_update_event) { in stream_unlink()
276 s->mainloop->time_free(s->auto_timing_update_event); in stream_unlink()
405 if (s->auto_timing_update_event) { in request_auto_timing_update()
408 s->mainloop->time_free(s->auto_timing_update_event); in request_auto_timing_update()
409 s->auto_timing_update_event = NULL; in request_auto_timing_update()
414 …pa_context_rttime_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timi… in request_auto_timing_update()
595 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_moved()
597 …s->auto_timing_update_event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_… in pa_command_stream_moved()
719 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_suspended()
[all …]
Dinternal.h214 pa_time_event *auto_timing_update_event; member