Home
last modified time | relevance | path

Searched refs:pa_stream_trigger (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
Dstream.h674 pa_operation* pa_stream_trigger(pa_stream *s, pa_stream_success_cb_t cb, void *userdata);
Dstream.c2395 pa_operation* pa_stream_trigger(pa_stream *s, pa_stream_success_cb_t cb, void *userdata) { in pa_stream_trigger() function
/third_party/pulseaudio/src/
Dmap-file336 pa_stream_trigger;
/third_party/pulseaudio/src/utils/
Dpadsp.c1916 if (!(o = pa_stream_trigger(i->play_stream, stream_success_cb, i))) { in dsp_trigger()