Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/daemon/
Ddefault.pa.in57 .ifexists module-udev-detect@PA_SOEXT@
61 .ifexists module-coreaudio-detect@PA_SOEXT@
65 .ifexists module-detect@PA_SOEXT@
72 .ifexists module-jackdbus-detect@PA_SOEXT@
80 .ifexists module-bluetooth-policy@PA_SOEXT@
84 .ifexists module-bluetooth-discover@PA_SOEXT@
91 .ifexists module-esound-protocol-unix@PA_SOEXT@
117 .ifexists module-gsettings@PA_SOEXT@
128 .ifexists module-gconf@PA_SOEXT@
152 .ifexists module-console-kit@PA_SOEXT@
[all …]
Dsystem.pa.in29 .ifexists module-udev-detect@PA_SOEXT@
33 .ifexists module-coreaudio-detect@PA_SOEXT@
37 .ifexists module-detect@PA_SOEXT@
44 .ifexists module-esound-protocol-unix@PA_SOEXT@
Dmeson.build94 default_conf.set('PA_SOEXT', cdata.get_unquoted('PA_SOEXT'))
120 system_conf.set('PA_SOEXT', cdata.get_unquoted('PA_SOEXT'))
/third_party/pulseaudio/src/pulsecore/
Dmodule.c69 if (p && pa_streq(p, PA_SOEXT)) in pa_module_exists()
73 pathname = pa_sprintf_malloc("%s" PA_PATH_SEP "%s" PA_SOEXT, p, n); in pa_module_exists()
88 … = pa_sprintf_malloc("%s" PA_PATH_SEP "src" PA_PATH_SEP "modules" PA_PATH_SEP "%s" PA_SOEXT, p, n); in pa_module_exists()
90 pathname = pa_sprintf_malloc("%s" PA_PATH_SEP ".libs" PA_PATH_SEP "%s" PA_SOEXT, p, n); in pa_module_exists()
/third_party/pulseaudio/include/
Dconfig.h288 #define PA_SOEXT ".so" macro
/third_party/pulseaudio/
Dmeson.build136 cdata.set_quoted('PA_SOEXT', '.so')
Dconfigure.ac1389 AC_SUBST(PA_SOEXT, [.so]) subst
1390 AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension]) definition