Home
last modified time | relevance | path

Searched refs:PA_SUSPEND_APPLICATION (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcore.h35 PA_SUSPEND_APPLICATION = 2, /* Used by the device reservation logic */ enumerator
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c170 if (pa_source_suspend(u->source, true, PA_SUSPEND_APPLICATION) < 0) in reserve_cb()
237 pa_source_suspend(u->source, true, PA_SUSPEND_APPLICATION); in monitor_cb()
240 pa_source_suspend(u->source, false, PA_SUSPEND_APPLICATION); in monitor_cb()
Dalsa-sink.c198 if (pa_sink_suspend(u->sink, true, PA_SUSPEND_APPLICATION) < 0) in reserve_cb()
265 pa_sink_suspend(u->sink, true, PA_SUSPEND_APPLICATION); in monitor_cb()
268 pa_sink_suspend(u->sink, false, PA_SUSPEND_APPLICATION); in monitor_cb()