Searched refs:MPL_LOG_TAG (Results 1 - 20 of 20) sorted by last modified time

/hardware/invensense/libsensors_iio/software/core/driver/include/
H A Dlog.h103 #ifndef MPL_LOG_TAG
105 #define MPL_LOG_TAG macro
107 #define MPL_LOG_TAG NULL macro
114 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
123 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
130 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
135 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
150 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
156 * Simplified macro to send a debug log message using the current MPL_LOG_TAG.
159 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fm
[all...]
/hardware/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c29 #undef MPL_LOG_TAG macro
30 #define MPL_LOG_TAG "MPL" macro
/hardware/invensense/libsensors_iio/software/core/mllite/linux/
H A Dml_load_dmp.c22 #undef MPL_LOG_TAG macro
23 #define MPL_LOG_TAG "MPL-loaddmp" macro
H A Dml_stored_data.c24 #undef MPL_LOG_TAG macro
25 #define MPL_LOG_TAG "MPL-storeload" macro
/hardware/invensense/mlsdk/mllite/
H A Daccel.c53 #undef MPL_LOG_TAG macro
54 #define MPL_LOG_TAG "MPL-accel" macro
H A Dcompass.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-compass" macro
H A Dml.c68 #undef MPL_LOG_TAG macro
69 #define MPL_LOG_TAG "MPL-ml" macro
H A DmlBiasNoMotion.c38 #undef MPL_LOG_TAG macro
39 #define MPL_LOG_TAG "MPL-BiasNoMot" macro
H A DmlFIFO.c59 #undef MPL_LOG_TAG macro
60 #define MPL_LOG_TAG "MPL-fifo" macro
H A DmlFIFOHW.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-fifo" macro
H A Dml_stored_data.c50 #undef MPL_LOG_TAG macro
51 #define MPL_LOG_TAG "MPL-storeload" macro
H A Dmldl.c64 #undef MPL_LOG_TAG macro
65 #define MPL_LOG_TAG "MPL-mldl" macro
H A Dmldl_cfg_mpu.c47 #undef MPL_LOG_TAG macro
48 #define MPL_LOG_TAG "MPL-mldl_cfg_mpu:" macro
H A Dmldmp.c52 #undef MPL_LOG_TAG macro
53 #define MPL_LOG_TAG "MPL-dmp" macro
H A Dmlstates.c49 #undef MPL_LOG_TAG macro
50 #define MPL_LOG_TAG "MPL-mlstates" macro
H A Dmlsupervisor.c54 #undef MPL_LOG_TAG macro
55 #define MPL_LOG_TAG "MPL-sup" macro
H A Dpressure.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-pressure" macro
/hardware/invensense/mlsdk/mlutils/
H A Dmputest.c74 #undef MPL_LOG_TAG macro
75 #define MPL_LOG_TAG "MPL-mpust" macro
/hardware/invensense/mlsdk/platform/include/
H A Dlog.h115 #ifndef MPL_LOG_TAG
117 #define MPL_LOG_TAG macro
119 #define MPL_LOG_TAG NULL macro
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, fm
[all...]
/hardware/invensense/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c71 #undef MPL_LOG_TAG macro
72 #define MPL_LOG_TAG "MPL-mlsl" macro

Completed in 126 milliseconds