Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c79 IFSTATE_TRUE = 1, enumerator
2018 } else if (*ifstate == IFSTATE_TRUE) in pa_cli_command_execute_line_stateful()
2021 *ifstate = IFSTATE_TRUE; in pa_cli_command_execute_line_stateful()
2119 *ifstate = pa_module_exists(filename) ? IFSTATE_TRUE : IFSTATE_FALSE; in pa_cli_command_execute_line_stateful()