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.c192 s->auto_timing_update_event = NULL; in pa_stream_new_with_proplist_internal()
272 if (s->auto_timing_update_event) { in stream_unlink()
274 s->mainloop->time_free(s->auto_timing_update_event); in stream_unlink()
399 if (s->auto_timing_update_event) { in request_auto_timing_update()
402 s->mainloop->time_free(s->auto_timing_update_event); in request_auto_timing_update()
403 s->auto_timing_update_event = NULL; in request_auto_timing_update()
408 …pa_context_rttime_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timi… in request_auto_timing_update()
581 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_moved()
583 …s->auto_timing_update_event = pa_context_rttime_new(s->context, pa_rtclock_now() + s->auto_timing_… in pa_command_stream_moved()
705 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_suspended()
[all …]
Dinternal.h208 pa_time_event *auto_timing_update_event; member