Home
last modified time | relevance | path

Searched refs:LOG_WARN (Results 1 – 5 of 5) sorted by relevance

/hardware/st/secure_element2/secure_element/esehal/src/
Dlog.h34 # define LOG_WARN LOG_ESC "1" macro
40 # define warn(fmt, ...) say(ctx, LOG_WARN fmt, ## __VA_ARGS__)
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_main.h255 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
261 ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), (void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
314 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h104 #define MPL_LOG_WARN LOG_WARN
240 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
247 ? MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h199 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
206 ? MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/google/gfxstream/guest/fuchsia/include/cutils/
Dlog.h96 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))