Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dlog.h36 # define LOG_INFO LOG_ESC "3" macro
42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__)
/hardware/google/graphics/common/libscaler/
Dlibscaler-common.h46 #define SC_LOGI(fmt, args...) ((void)ALOG(LOG_INFO, LOG_TAG, "%s: " fmt, __func__, ##args))
58 #define SC_LOGD(args...) ((void)ALOG(LOG_INFO, LOG_TAG, ##args))
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h103 #define MPL_LOG_INFO LOG_INFO
221 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
229 ? MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h181 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
188 ? MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/samsung/nfc/halimpl/osi/
Dosi.h330 __osi_log(LOG_INFO, "%s: " format, __func__, ##__VA_ARGS__); \