Searched refs:pa_smoother_resume (Results 1 - 11 of 11) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.h | 51 void pa_smoother_resume(pa_smoother *s, pa_usec_t x, bool abrupt);
|
H A D | time-smoother.c | 449 void pa_smoother_resume(pa_smoother *s, pa_usec_t x, bool fix_now) { in pa_smoother_resume() function
|
/third_party/pulseaudio/src/tests/ |
H A D | smoother-test.c | 77 pa_smoother_resume(s, (pa_usec_t) msec[u] * PA_USEC_PER_MSEC, true); in START_TEST()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-esound-sink.c | 217 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
|
H A D | module-solaris.c | 448 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
|
H A D | module-combine-sink.c | 885 pa_smoother_resume(u->thread_info.smoother, pa_rtclock_now(), true); in sink_set_state_in_io_thread_cb()
|
H A D | module-tunnel.c | 511 pa_smoother_resume(u->smoother, x, true); in check_smoother_status()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 504 pa_smoother_resume(s->smoother, x, true); in check_smoother_status() 2015 pa_smoother_resume(o->stream->smoother, x, true); in stream_get_timing_info_callback()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 547 pa_smoother_resume(u->read_smoother, tstamp, true); in bt_process_push()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 2014 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in thread_func()
|
H A D | alsa-source.c | 1729 pa_smoother_resume(u->smoother, pa_rtclock_now(), true); in thread_func()
|
Completed in 24 milliseconds