Home
last modified time | relevance | path

Searched refs:stream_underflow_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c334 static void stream_underflow_callback(pa_stream *stream, void *userdata) { in stream_underflow_callback() function
410 pa_stream_set_underflow_callback(u->stream, stream_underflow_callback, u); in on_sink_created()
/third_party/pulseaudio/src/utils/
Dpacat.c368 static void stream_underflow_callback(pa_stream *s, void *userdata) { in stream_underflow_callback() function
462 pa_stream_set_underflow_callback(stream, stream_underflow_callback, NULL); in context_state_callback()