Searched refs:PA_SUSPEND_APPLICATION (Results 1 – 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | core.h | 35 PA_SUSPEND_APPLICATION = 2, /* Used by the device reservation logic */ enumerator
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 170 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()
|
D | alsa-sink.c | 198 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()
|