Searched refs:pa_state_path (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A D | module-default-device-restore.c | 156 if (!(u->sink_filename = pa_state_path("default-sink", true))) in pa__init() 159 if (!(u->source_filename = pa_state_path("default-source", true))) in pa__init()
|
H A D | module-card-restore.c | 678 if (!(state_path = pa_state_path(NULL, true))) in pa__init()
|
H A D | module-equalizer-sink.c | 975 pa_assert_se(state_path = pa_state_path(NULL, false)); in save_state() 1027 pa_assert_se(state_path = pa_state_path(NULL, false)); in load_state() 1635 pa_assert_se(state_path = pa_state_path(NULL, false)); in dbus_init()
|
H A D | module-device-restore.c | 1262 if (!(state_path = pa_state_path(NULL, true))) in pa__init()
|
H A D | module-device-manager.c | 1604 if (!(state_path = pa_state_path(NULL, true))) in pa__init()
|
H A D | module-stream-restore.c | 2383 if (!(state_path = pa_state_path(NULL, true))) in pa__init()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.h | 151 char *pa_state_path(const char *fn, bool prepend_machine_id);
|
H A D | core-util.c | 2261 char *pa_state_path(const char *fn, bool appendmid) { in pa_state_path() function
|
Completed in 17 milliseconds