Home
last modified time | relevance | path

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

/third_party/pulseaudio/include/
H A Dconfig.h266 #define PA_DEFAULT_CONFIG_DIR "/system/etc/pulse" macro
/third_party/pulseaudio/src/daemon/
H A Dohos_daemon-conf.c50 #define DEFAULT_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "default.pa"
52 #define DEFAULT_SYSTEM_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "system.pa"
54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf"
H A Ddaemon-conf.c50 #define DEFAULT_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "default.pa"
52 #define DEFAULT_SYSTEM_SCRIPT_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "system.pa"
54 #define DEFAULT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "daemon.conf"
/third_party/pulseaudio/src/pulse/
H A Dclient-conf.c45 #define DEFAULT_CLIENT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "client.conf"
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2008 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_open_config_file()
2011 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_open_config_file()
2074 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_find_config_file()
2077 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_find_config_file()
H A Dcli-command.c2093 if (strncmp(fn, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_cli_command_execute_line_stateful()
2096 fn + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_cli_command_execute_line_stateful()
/third_party/pulseaudio/src/modules/
H A Dmodule-match.c56 #define DEFAULT_MATCH_TABLE_FILE PA_DEFAULT_CONFIG_DIR"/match.table"
H A Dmodule-stream-restore.c74 #define DEFAULT_FALLBACK_FILE PA_DEFAULT_CONFIG_DIR"/stream-restore.table"

Completed in 14 milliseconds