Searched defs:MPL_LOGV (Results 1 - 3 of 3) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dlog.h63 * Normally we strip MPL_LOGV (VERBOSE messages) from release builds.
117 #ifndef MPL_LOGV
120 #define MPL_LOGV(fmt, ...) \ macro
128 #define MPL_LOGV(fmt, ...) \ macro
136 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dlog.h74 * Normally we strip MPL_LOGV (VERBOSE messages) from release builds.
128 #ifndef MPL_LOGV
130 #define MPL_LOGV(fmt, ...) \ macro
136 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h67 * Normally we strip MPL_LOGV (VERBOSE messages) from release builds.
121 #ifndef MPL_LOGV
124 #define MPL_LOGV(fmt, ...) \ macro
132 #define MPL_LOGV(fmt, ...) \ macro
140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) macro

Completed in 4850 milliseconds