Home
last modified time | relevance | path

Searched refs:pa_gettimeofday (Results 1 – 14 of 14) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore-rtclock.c114 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()
Dprotocol-native.c2923 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()
/third_party/pulseaudio/src/tests/
Dinterpol-test.c172 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()
Dlo-latency-test.c69 pa_gettimeofday(&tv_out); in write_cb()
127 pa_gettimeofday(&tv_in); in read_cb()
/third_party/pulseaudio/src/pulse/
Dtimeval.c37 struct timeval *pa_gettimeofday(struct timeval *tv) { in pa_gettimeofday() function
122 return pa_timeval_diff(pa_gettimeofday(&now), tv); in pa_timeval_age()
Dtimeval.h61 struct timeval *pa_gettimeofday(struct timeval *tv);
Dmap-file214 pa_gettimeofday;
Dstream.c1882 pa_gettimeofday(&now); in stream_get_timing_info_callback()
2050 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in pa_stream_update_timing_info()
/third_party/pulseaudio/src/modules/
Drestart-module.c85 pa_gettimeofday(&tv); in do_reinit()
Dmodule-tunnel.c975 pa_gettimeofday(&now); in stream_get_latency_callback()
1051 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in request_latency()
/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c337 pa_gettimeofday(&tv); in timeout_add_cb()
375 pa_gettimeofday(&tv); in timeout_toggled_cb()
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c413 pa_gettimeofday(&tv); in udpsrc_buffer_probe()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1449 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()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1563 [CCode (cname="pa_gettimeofday")]