Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/fuchsia/include/cutils/
Dlog.h67 #define android_printAssert(condition, tag, format, ...) \ macro
73 ? ((void)android_printAssert(#condition, LOG_TAG, ##__VA_ARGS__)) \
77 (((void)android_printAssert(NULL, LOG_TAG, ##__VA_ARGS__)))
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_main.h122 #define android_printAssert(cond, tag, ...) \ macro
136 ((void)android_printAssert(#cond, LOG_TAG, ##__VA_ARGS__))) \
142 (((void)android_printAssert(NULL, LOG_TAG, ##__VA_ARGS__)))
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h238 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
243 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h292 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \
297 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))