Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-cork-request.c97 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/pulseaudio/vala/
Dlibpulse.vapi1207 [CCode (cname="PA_STREAM_EVENT_REQUEST_CORK")]