Home
last modified time | relevance | path

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

/third_party/pulseaudio/man/
Dmeson.build24 man_data.set('PA_DEFAULT_CONFIG_DIR', cdata.get_unquoted('PA_DEFAULT_CONFIG_DIR'))
/third_party/pulseaudio/src/daemon/
Dmeson.build73 daemon_conf.set('PA_DEFAULT_CONFIG_DIR', cdata.get_unquoted('PA_DEFAULT_CONFIG_DIR'))
Ddaemon.conf.in48 ; default-script-file = @PA_DEFAULT_CONFIG_DIR@/default.pa
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"
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/include/
Dconfig.h268 #define PA_DEFAULT_CONFIG_DIR "/system/etc/pulse" macro
/third_party/pulseaudio/src/pulse/
Dclient-conf.c45 #define DEFAULT_CLIENT_CONFIG_FILE PA_DEFAULT_CONFIG_DIR PA_PATH_SEP "client.conf"
/third_party/pulseaudio/src/modules/
Dmodule-match.c56 #define DEFAULT_MATCH_TABLE_FILE PA_DEFAULT_CONFIG_DIR"/match.table"
Dmodule-stream-restore.c74 #define DEFAULT_FALLBACK_FILE PA_DEFAULT_CONFIG_DIR"/stream-restore.table"
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c1925 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_open_config_file()
1928 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_open_config_file()
1991 if (strncmp(global, PA_DEFAULT_CONFIG_DIR, strlen(PA_DEFAULT_CONFIG_DIR)) == 0) in pa_find_config_file()
1994 global + strlen(PA_DEFAULT_CONFIG_DIR)); in pa_find_config_file()
/third_party/pulseaudio/
Dmeson.build137 cdata.set_quoted('PA_DEFAULT_CONFIG_DIR', pulsesysconfdir)
Dconfigure.ac1393 AX_DEFINE_DIR(PA_DEFAULT_CONFIG_DIR, pulseconfdir, [Location of configuration files])