Searched refs:pa_smoother_pause (Results 1 – 10 of 10) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.h | 50 void pa_smoother_pause(pa_smoother *s, pa_usec_t x);
|
D | time-smoother.c | 435 void pa_smoother_pause(pa_smoother *s, pa_usec_t x) { in pa_smoother_pause() function
|
/third_party/pulseaudio/src/modules/ |
D | module-esound-sink.c | 188 pa_smoother_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
|
D | module-solaris.c | 416 pa_smoother_pause(u->smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
|
D | module-combine-sink.c | 741 pa_smoother_pause(u->thread_info.smoother, pa_rtclock_now()); in sink_set_state_in_io_thread_cb()
|
D | module-tunnel.c | 420 pa_smoother_pause(u->smoother, x); in check_smoother_status()
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 466 pa_smoother_pause(s->smoother, x); in check_smoother_status() 1953 pa_smoother_pause(o->stream->smoother, x); in stream_get_timing_info_callback()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
D | module-bluez5-device.c | 928 pa_smoother_pause(u->read_smoother, pa_rtclock_now()); in source_set_state_in_io_thread_cb()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 465 pa_smoother_pause(u->smoother, pa_rtclock_now()); in close_pcm()
|
D | alsa-sink.c | 1039 pa_smoother_pause(u->smoother, pa_rtclock_now()); in suspend()
|