Home
last modified time | relevance | path

Searched refs:LOG_DEBUG (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h102 #define MPL_LOG_DEBUG LOG_DEBUG
199 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
206 ? MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
170 ? MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1.h48 #define LOG_DEBUG(format, args ... ) LOG( DEBUG, format, ## args) macro