Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Ddatabase.h60 pa_database* pa_database_open(const char *path, const char *fn, bool prependmid, bool for_write);
Ddatabase.c34 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/
Dmodule-card-restore.c681 if (!(u->database = pa_database_open(state_path, "card-database", true, true))) { in pa__init()
Dmodule-equalizer-sink.c976 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()
Dmodule-device-restore.c1265 if (!(u->database = pa_database_open(state_path, "device-volumes", true, true))) { in pa__init()
Dmodule-device-manager.c1607 if (!(u->database = pa_database_open(state_path, "device-manager", true, true))) { in pa__init()
Dmodule-stream-restore.c2386 if (!(u->database = pa_database_open(state_path, "stream-volumes", true, true))) { in pa__init()