Home
last modified time | relevance | path

Searched refs:LOG_INFO (Results 1 – 4 of 4) 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/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/qcom/msm8998/json-c/
Ddebug.c78 vsyslog(LOG_INFO, msg, ap); in mc_info()
/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__) \