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 | 186 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()
|
D | alsa-sink.c | 214 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()
|