/hardware/invensense/mlsdk/platform/include/ |
log.h | 115 #ifndef MPL_LOG_TAG 117 #define MPL_LOG_TAG 119 #define MPL_LOG_TAG NULL 126 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG. 133 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\ 136 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 151 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \ 157 * Simplified macro to send a debug log message using the current MPL_LOG_TAG. 160 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 166 ? MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) [all...] |
/hardware/invensense/mlsdk/mllite/ |
pressure.c | 55 #undef MPL_LOG_TAG 56 #define MPL_LOG_TAG "MPL-pressure"
|
accel.c | 53 #undef MPL_LOG_TAG 54 #define MPL_LOG_TAG "MPL-accel"
|
mldmp.c | 52 #undef MPL_LOG_TAG 53 #define MPL_LOG_TAG "MPL-dmp"
|
mlFIFOHW.c | 55 #undef MPL_LOG_TAG 56 #define MPL_LOG_TAG "MPL-fifo"
|
mlstates.c | 49 #undef MPL_LOG_TAG 50 #define MPL_LOG_TAG "MPL-mlstates"
|
mlBiasNoMotion.c | 38 #undef MPL_LOG_TAG 39 #define MPL_LOG_TAG "MPL-BiasNoMot"
|
mldl_cfg_mpu.c | 47 #undef MPL_LOG_TAG 48 #define MPL_LOG_TAG "MPL-mldl_cfg_mpu:"
|
compass.c | 55 #undef MPL_LOG_TAG 56 #define MPL_LOG_TAG "MPL-compass"
|
mldl.c | 64 #undef MPL_LOG_TAG 65 #define MPL_LOG_TAG "MPL-mldl" [all...] |
mlsupervisor.c | 54 #undef MPL_LOG_TAG 55 #define MPL_LOG_TAG "MPL-sup"
|
ml.c | 68 #undef MPL_LOG_TAG 69 #define MPL_LOG_TAG "MPL-ml" [all...] |
mlFIFO.c | 59 #undef MPL_LOG_TAG 60 #define MPL_LOG_TAG "MPL-fifo" [all...] |
ml_stored_data.c | 50 #undef MPL_LOG_TAG 51 #define MPL_LOG_TAG "MPL-storeload" [all...] |
/hardware/invensense/mlsdk/platform/linux/ |
mlsl_linux_mpu.c | 71 #undef MPL_LOG_TAG 72 #define MPL_LOG_TAG "MPL-mlsl"
|
/hardware/invensense/mlsdk/mlutils/ |
mputest.c | 74 #undef MPL_LOG_TAG 75 #define MPL_LOG_TAG "MPL-mpust" [all...] |