Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h59 PA_SINK_INPUT_KILL_ON_SUSPEND = 1024, enumerator
Dcore-scache.c363 … PA_SINK_INPUT_NO_CREATE_ON_SUSPEND|PA_SINK_INPUT_KILL_ON_SUSPEND, sink_input_idx) < 0) in pa_scache_play_item()
Dcli-text.c575 i->flags & PA_SINK_INPUT_KILL_ON_SUSPEND ? "KILL_ON_SUSPEND " : "", in pa_sink_input_list_to_string()
Dsink.c518 (i->flags & PA_SINK_INPUT_KILL_ON_SUSPEND)) in sink_set_state()
Dprotocol-native.c2067 (fail_on_suspend ? PA_SINK_INPUT_NO_CREATE_ON_SUSPEND|PA_SINK_INPUT_KILL_ON_SUSPEND : 0) | in command_create_playback_stream()