Home
last modified time | relevance | path

Searched refs:pa_stream_set_state_callback (Results 1 - 15 of 15) sorted by relevance

/third_party/pulseaudio/src/tests/
H A Dlo-test-util.c222 pa_stream_set_state_callback(ctx->play_stream, stream_state_callback, ctx); in context_state_callback()
238 pa_stream_set_state_callback(ctx->rec_stream, stream_state_callback, ctx); in context_state_callback()
H A Dconnect-stress.c177 pa_stream_set_state_callback(streams[i], stream_state_callback, NULL); in context_state_callback()
H A Dextended-test.c139 pa_stream_set_state_callback(streams[i], stream_state_callback, PA_INT_TO_PTR(i)); in context_state_callback()
H A Dsync-playback.c138 pa_stream_set_state_callback(streams[i], stream_state_callback, PA_INT_TO_PTR(i)); in context_state_callback()
H A Dpassthrough-test.c222 pa_stream_set_state_callback(s, stream_state_callback, NULL); in connect_stream()
/third_party/pulseaudio/src/pulse/
H A Dstream.h74 * pa_stream_set_state_callback(), and wait for the stream to enter an active
591 void pa_stream_set_state_callback(pa_stream *s, pa_stream_notify_cb_t cb, void *userdata);
H A Dsimple.c200 pa_stream_set_state_callback(p->stream, stream_state_cb, p); in pa_simple_new()
H A Dstream.c2164 void pa_stream_set_state_callback(pa_stream *s, pa_stream_notify_cb_t cb, void *userdata) { in pa_stream_set_state_callback() function
/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c421 pa_stream_set_state_callback(s->stream, NULL, NULL); in pulse_write_trailer()
574 pa_stream_set_state_callback(s->stream, pulse_stream_state, s); in pulse_write_header()
H A Dpulse_audio_dec.c221 pa_stream_set_state_callback(pd->stream, stream_state_cb, pd); in pulse_read_header()
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel-sink-new.c408 pa_stream_set_state_callback(u->stream, stream_state_cb, u); in on_sink_created()
H A Dmodule-tunnel-source-new.c390 pa_stream_set_state_callback(u->stream, stream_state_cb, u); in on_source_created()
/third_party/pulseaudio/src/utils/
H A Dpacat.c457 pa_stream_set_state_callback(stream, stream_state_callback, NULL); in context_state_callback()
H A Dpadsp.c1042 pa_stream_set_state_callback(i->play_stream, stream_state_cb, i); in create_playback_stream()
1086 pa_stream_set_state_callback(i->rec_stream, stream_state_cb, i); in create_record_stream()
H A Dpactl.c2256 pa_stream_set_state_callback(sample_stream, stream_state_callback, NULL); in context_state_callback()

Completed in 21 milliseconds