Home
last modified time | relevance | path

Searched refs:PA_SOEXT (Results 1 – 6 of 6) 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-devd-detect@PA_SOEXT@
78 .ifexists module-jackdbus-detect@PA_SOEXT@
86 .ifexists module-bluetooth-policy@PA_SOEXT@
90 .ifexists module-bluetooth-discover@PA_SOEXT@
97 .ifexists module-esound-protocol-unix@PA_SOEXT@
123 .ifexists module-gsettings@PA_SOEXT@
147 .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-devd-detect@PA_SOEXT@
50 .ifexists module-esound-protocol-unix@PA_SOEXT@
Dmeson.build102 default_conf.set('PA_SOEXT', cdata.get_unquoted('PA_SOEXT'))
/third_party/pulseaudio/src/pulsecore/
Dmodule.c70 if (p && pa_streq(p, PA_SOEXT)) in pa_module_exists()
74 pathname = pa_sprintf_malloc("%s" PA_PATH_SEP "%s" PA_SOEXT, p, n); in pa_module_exists()
89 … = pa_sprintf_malloc("%s" PA_PATH_SEP "src" PA_PATH_SEP "modules" PA_PATH_SEP "%s" PA_SOEXT, p, n); in pa_module_exists()
91 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.build151 cdata.set_quoted('PA_SOEXT', '.so')