Home
last modified time | relevance | path

Searched refs:pa_context_rttime_new (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dcontext.h263 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata);
H A Dstream.c603 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()
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); in pa_command_stream_suspended()
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); in create_stream_complete()
H A Dcontext.c1624 pa_time_event* pa_context_rttime_new(const pa_context *c, pa_usec_t usec, pa_time_event_cb_t cb, void *userdata) { function
/third_party/pulseaudio/src/utils/
H A Dpacat.c1215 if (!(time_event = pa_context_rttime_new(context, pa_rtclock_now() + TIME_EVENT_USEC, time_event_callback, NULL))) { in main()
1216 pa_log(_("pa_context_rttime_new() failed.")); in main()

Completed in 8 milliseconds