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/
H A Dstream.c196 s->auto_timing_update_event = NULL; in pa_stream_new_with_proplist_internal()
276 if (s->auto_timing_update_event) { in stream_unlink()
278 s->mainloop->time_free(s->auto_timing_update_event); in stream_unlink()
411 if (s->auto_timing_update_event) { in request_auto_timing_update()
414 s->mainloop->time_free(s->auto_timing_update_event); in request_auto_timing_update()
415 s->auto_timing_update_event = NULL; in request_auto_timing_update()
420 pa_context_rttime_restart(s->context, s->auto_timing_update_event, pa_rtclock_now() + s->auto_timing_interval_usec); in request_auto_timing_update()
601 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_moved()
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); in pa_command_stream_moved()
725 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_suspended()
[all...]
H A Dinternal.h214 pa_time_event *auto_timing_update_event; member

Completed in 3 milliseconds