Searched refs:pa_gettimeofday (Results 1 – 14 of 14) sorted by relevance
114 return pa_gettimeofday(tv); in pa_rtclock_get()191 pa_gettimeofday(&wc_now); in pa_rtclock_from_wallclock()238 pa_gettimeofday(&wc_now); in wallclock_from_rtclock()
2923 pa_tagstruct_put_timeval(reply, pa_gettimeofday(&now)); in command_get_playback_latency()2968 pa_tagstruct_put_timeval(reply, pa_gettimeofday(&now)); in command_get_record_latency()
172 pa_gettimeofday(&start); in START_TEST()208 pa_gettimeofday(&now); in START_TEST()247 while (pa_timeval_diff(pa_gettimeofday(&now), &tv) < 1000) in START_TEST()
69 pa_gettimeofday(&tv_out); in write_cb()127 pa_gettimeofday(&tv_in); in read_cb()
37 struct timeval *pa_gettimeofday(struct timeval *tv) { in pa_gettimeofday() function122 return pa_timeval_diff(pa_gettimeofday(&now), tv); in pa_timeval_age()
61 struct timeval *pa_gettimeofday(struct timeval *tv);
214 pa_gettimeofday;
1882 pa_gettimeofday(&now); in stream_get_timing_info_callback()2050 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in pa_stream_update_timing_info()
85 pa_gettimeofday(&tv); in do_reinit()
975 pa_gettimeofday(&now); in stream_get_latency_callback()1051 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in request_latency()
337 pa_gettimeofday(&tv); in timeout_add_cb()375 pa_gettimeofday(&tv); in timeout_toggled_cb()
413 pa_gettimeofday(&tv); in udpsrc_buffer_probe()
1449 pa_gettimeofday(&tv_last_output_rate_change); in thread_func()1614 pa_gettimeofday(&tv_last_output_rate_change); in thread_func()1666 pa_gettimeofday(&tv_last_output_rate_change); in thread_func()
1563 [CCode (cname="pa_gettimeofday")]