Searched refs:LOG_DEBUG (Results 1 – 8 of 8) sorted by relevance
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | log.h | 37 # define LOG_DEBUG LOG_ESC "4" macro 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) 46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__)
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 102 #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/ |
D | log.h | 164 #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/samsung/nfc/halimpl/osi/ |
D | osi.h | 335 __osi_log(LOG_DEBUG, "%s: " format, __func__, ##__VA_ARGS__); \
|
/hardware/qcom/sm8150p/gps/utils/ |
D | log_util.h | 55 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__);
|
/hardware/qcom/sm7150/gps/utils/ |
D | log_util.h | 60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__);
|
/hardware/qcom/sm7250/gps/utils/ |
D | log_util.h | 60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__);
|
/hardware/qcom/sm8150/gps/utils/ |
D | log_util.h | 60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__);
|