Home
last modified time | relevance | path

Searched refs:PA_SINK_INPUT_NO_CREATE_ON_SUSPEND (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dsink-input.h58 PA_SINK_INPUT_NO_CREATE_ON_SUSPEND = 512, enumerator
Dcore-scache.c363PA_SINK_INPUT_NO_CREATE_ON_SUSPEND|PA_SINK_INPUT_KILL_ON_SUSPEND, sink_input_idx) < 0) in pa_scache_play_item()
Dcli-text.c574 i->flags & PA_SINK_INPUT_NO_CREATE_ON_SUSPEND ? "NO_CREATE_SUSPEND " : "", in pa_sink_input_list_to_string()
Dsink-input.c515 if ((data->flags & PA_SINK_INPUT_NO_CREATE_ON_SUSPEND) && in pa_sink_input_new()
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()
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c1174 …ata.flags = PA_SINK_INPUT_VARIABLE_RATE|PA_SINK_INPUT_DONT_MOVE|PA_SINK_INPUT_NO_CREATE_ON_SUSPEND; in output_create_sink_input()