Home
last modified time | relevance | path

Searched refs:pa_gettimeofday (Results 1 – 12 of 12) 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.c2906 pa_tagstruct_put_timeval(reply, pa_gettimeofday(&now)); in command_get_playback_latency()
2951 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);
Dstream.c1853 pa_gettimeofday(&now); in stream_get_timing_info_callback()
2009 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in pa_stream_update_timing_info()
/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/
Dmap-file212 pa_gettimeofday;
/third_party/pulseaudio/src/modules/rtp/
Drtp-gstreamer.c367 pa_gettimeofday(&tv); in udpsrc_buffer_probe()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c826 pa_gettimeofday(&now); in stream_get_latency_callback()
898 pa_tagstruct_put_timeval(t, pa_gettimeofday(&now)); in request_latency()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1538 [CCode (cname="pa_gettimeofday")]