Home
last modified time | relevance | path

Searched refs:PA_STREAM_EVENT_REQUEST_CORK (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-cork-request.c95 if (pa_streq(data->event, PA_STREAM_EVENT_REQUEST_CORK)) in sink_input_send_event_hook_cb()
/third_party/pulseaudio/src/pulse/
Ddef.h1042 #define PA_STREAM_EVENT_REQUEST_CORK "request-cork" macro
/third_party/pulseaudio/src/modules/
Dstream-interaction.c168 pa_sink_input_send_event(i, PA_STREAM_EVENT_REQUEST_CORK, NULL); in cork_or_duck()
/third_party/pulseaudio/src/utils/
Dpacat.c413 if (pa_streq(name, PA_STREAM_EVENT_REQUEST_CORK)) { in stream_event_callback()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c798 if (!strcmp (name, PA_STREAM_EVENT_REQUEST_CORK)) { in gst_pulsering_stream_event_cb()
/third_party/pulseaudio/vala/
Dlibpulse.vapi1186 [CCode (cname="PA_STREAM_EVENT_REQUEST_CORK")]