Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcli-command.c77 IFSTATE_NONE = -1, enumerator
2015 if (!ifstate || *ifstate == IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
2024 if (!ifstate || *ifstate == IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
2028 *ifstate = IFSTATE_NONE; in pa_cli_command_execute_line_stateful()
2114 } else if (*ifstate != IFSTATE_NONE) { in pa_cli_command_execute_line_stateful()
2167 int ifstate = IFSTATE_NONE; in pa_cli_command_execute_file_stream()
2223 int ifstate = IFSTATE_NONE; in pa_cli_command_execute()