OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MPL_LOGV
(Results
1 - 3
of
3
) sorted by null
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h
63
* Normally we strip
MPL_LOGV
(VERBOSE messages) from release builds.
117
#ifndef
MPL_LOGV
120
#define
MPL_LOGV
(fmt, ...) \
128
#define
MPL_LOGV
(fmt, ...) \
136
#define
MPL_LOGV
(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
/hardware/invensense/60xx/mlsdk/platform/include/
log.h
74
* Normally we strip
MPL_LOGV
(VERBOSE messages) from release builds.
128
#ifndef
MPL_LOGV
130
#define
MPL_LOGV
(fmt, ...) \
136
#define
MPL_LOGV
(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h
67
* Normally we strip
MPL_LOGV
(VERBOSE messages) from release builds.
121
#ifndef
MPL_LOGV
124
#define
MPL_LOGV
(fmt, ...) \
132
#define
MPL_LOGV
(fmt, ...) \
140
#define
MPL_LOGV
(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
Completed in 31 milliseconds