Searched refs:PA_SOEXT (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/daemon/ |
D | default.pa.in | 57 .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 …]
|
D | system.pa.in | 29 .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@
|
D | meson.build | 94 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/ |
D | module.c | 69 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/ |
D | config.h | 288 #define PA_SOEXT ".so" macro
|
/third_party/pulseaudio/ |
D | meson.build | 136 cdata.set_quoted('PA_SOEXT', '.so')
|
D | configure.ac | 1389 AC_SUBST(PA_SOEXT, [.so]) subst 1390 AC_DEFINE(PA_SOEXT, [".so"], [Shared object extension]) definition
|