Searched refs:check_smoother_status (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 447 static void check_smoother_status(pa_stream *s, bool aposteriori, bool force_start, bool force_stop… in check_smoother_status() function 587 check_smoother_status(s, true, false, false); in pa_command_stream_moved() 711 check_smoother_status(s, true, false, false); in pa_command_stream_suspended() 751 check_smoother_status(s, true, true, false); in pa_command_stream_started() 899 check_smoother_status(s, true, false, true); in pa_command_overflow_or_underflow() 980 check_smoother_status(s, true, false, false); in create_stream_complete() 2296 check_smoother_status(s, false, false, false); in pa_stream_cork() 2350 check_smoother_status(s, false, false, true); in pa_stream_flush()
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 403 static void check_smoother_status(struct userdata *u, bool past) { in check_smoother_status() function 433 check_smoother_status(u, false); in stream_cork_within_thread() 466 check_smoother_status(u, true); in stream_suspend_within_thread()
|