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.c186 if (pa_source_suspend(u->source, true, PA_SUSPEND_APPLICATION) < 0) in reserve_cb()
253 pa_source_suspend(u->source, true, PA_SUSPEND_APPLICATION); in monitor_cb()
256 pa_source_suspend(u->source, false, PA_SUSPEND_APPLICATION); in monitor_cb()
Dalsa-sink.c214 if (pa_sink_suspend(u->sink, true, PA_SUSPEND_APPLICATION) < 0) in reserve_cb()
281 pa_sink_suspend(u->sink, true, PA_SUSPEND_APPLICATION); in monitor_cb()
284 pa_sink_suspend(u->sink, false, PA_SUSPEND_APPLICATION); in monitor_cb()