Searched refs:HAVE_HAL_COMPAT (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/include/ |
D | config.h | 96 #define HAVE_HAL_COMPAT 1 macro
|
/third_party/pulseaudio/ |
D | configure.ac | 1142 [AS_IF([test "x$HAVE_UDEV" = "x1"], HAVE_HAL_COMPAT=1, HAVE_HAL_COMPAT=0)], 1143 HAVE_HAL_COMPAT=0) 1145 AM_CONDITIONAL([HAVE_HAL_COMPAT], [test "x$HAVE_HAL_COMPAT" = x1]) condition 1146 AS_IF([test "x$HAVE_HAL_COMPAT" = "x1"], AC_DEFINE([HAVE_HAL_COMPAT], 1, [Have HAL compatibility.])) definition 1641 AS_IF([test "x$HAVE_HAL_COMPAT" = "x1"], ENABLE_HAL_COMPAT=yes, ENABLE_HAL_COMPAT=no)
|
D | meson.build | 622 cdata.set('HAVE_HAL_COMPAT', 1)
|
/third_party/pulseaudio/src/ |
D | Makefile.am | 1483 if HAVE_HAL_COMPAT
|