Home
last modified time | relevance | path

Searched refs:pa_module_exists (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluetooth-discover.c50 if (pa_module_exists("module-bluez5-discover")) { in pa__init()
/third_party/pulseaudio/src/pulsecore/
Dmodule.h58 bool pa_module_exists(const char *name);
Dmodule.c50 bool pa_module_exists(const char *name) { in pa_module_exists() function
Dcli-command.c2181 *ifstate = pa_module_exists(filename) ? IFSTATE_TRUE : IFSTATE_FALSE; in pa_cli_command_execute_line_stateful()