Home
last modified time | relevance | path

Searched refs:dont_inhibit_auto_suspend (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1746 dont_inhibit_auto_suspend = false, in command_create_playback_stream() local
1836 pa_tagstruct_get_boolean(t, &dont_inhibit_auto_suspend) < 0 || in command_create_playback_stream()
1920 (dont_inhibit_auto_suspend ? PA_SINK_INPUT_DONT_INHIBIT_AUTO_SUSPEND : 0) | in command_create_playback_stream()
2072 dont_inhibit_auto_suspend = false, in command_create_record_stream() local
2155 if (pa_tagstruct_get_boolean(t, &dont_inhibit_auto_suspend) < 0 || in command_create_record_stream()
2247 (dont_inhibit_auto_suspend ? PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND : 0) | in command_create_record_stream()

Completed in 14 milliseconds