Searched refs:android_printAssert (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/fuchsia/include/cutils/ |
D | log.h | 67 #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/ |
D | log_main.h | 122 #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/ |
D | log.h | 238 ? ((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/ |
D | log.h | 292 ? ((void)android_printAssert(#cond, MPL_LOG_TAG, \ 297 (((void)android_printAssert(NULL, MPL_LOG_TAG, fmt, ##__VA_ARGS__)))
|