Searched refs:pa_database_open (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | database.h | 60 pa_database* pa_database_open(const char *path, const char *fn, bool prependmid, bool for_write);
|
D | database.c | 34 pa_database* pa_database_open(const char *path, const char *fn, bool prependmid, bool for_write) { in pa_database_open() function
|
/third_party/pulseaudio/src/modules/ |
D | module-card-restore.c | 681 if (!(u->database = pa_database_open(state_path, "card-database", true, true))) { in pa__init()
|
D | module-equalizer-sink.c | 976 pa_assert_se(database = pa_database_open(state_path, EQ_STATE_DB, false, true)); in save_state() 1028 database = pa_database_open(state_path, EQ_STATE_DB, false, false); in load_state() 1636 pa_assert_se(u->database = pa_database_open(state_path, "equalizer-presets", false, true)); in dbus_init()
|
D | module-device-restore.c | 1265 if (!(u->database = pa_database_open(state_path, "device-volumes", true, true))) { in pa__init()
|
D | module-device-manager.c | 1607 if (!(u->database = pa_database_open(state_path, "device-manager", true, true))) { in pa__init()
|
D | module-stream-restore.c | 2386 if (!(u->database = pa_database_open(state_path, "stream-volumes", true, true))) { in pa__init()
|