Searched refs:MPL_LOG_TAG (Results 1 - 25 of 27) sorted by relevance

12

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dlog.h104 #ifndef MPL_LOG_TAG
106 #define MPL_LOG_TAG macro
108 #define MPL_LOG_TAG NULL macro
115 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
124 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
131 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, fm
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h108 #ifndef MPL_LOG_TAG
110 #define MPL_LOG_TAG macro
112 #define MPL_LOG_TAG NULL macro
119 * Simplified macro to send a verbose log message using the current MPL_LOG_TAG.
128 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
135 MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__);\
140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
155 ? MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
161 * Simplified macro to send a debug log message using the current MPL_LOG_TAG.
164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fm
[all...]
/hardware/invensense/60xx/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/60xx/mlsdk/mllite/
H A Dpressure.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-pressure" macro
H A Daccel.c53 #undef MPL_LOG_TAG macro
54 #define MPL_LOG_TAG "MPL-accel" macro
H A Dmldmp.c52 #undef MPL_LOG_TAG macro
53 #define MPL_LOG_TAG "MPL-dmp" macro
H A DmlFIFOHW.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-fifo" macro
H A Dmlstates.c49 #undef MPL_LOG_TAG macro
50 #define MPL_LOG_TAG "MPL-mlstates" macro
H A DmlBiasNoMotion.c38 #undef MPL_LOG_TAG macro
39 #define MPL_LOG_TAG "MPL-BiasNoMot" macro
H A Dmldl_cfg_mpu.c47 #undef MPL_LOG_TAG macro
48 #define MPL_LOG_TAG "MPL-mldl_cfg_mpu:" macro
H A Dcompass.c55 #undef MPL_LOG_TAG macro
56 #define MPL_LOG_TAG "MPL-compass" macro
H A Dmldl.c64 #undef MPL_LOG_TAG macro
65 #define MPL_LOG_TAG "MPL-mldl" macro
H A Dmlsupervisor.c54 #undef MPL_LOG_TAG macro
55 #define MPL_LOG_TAG "MPL-sup" macro
H A Dml.c68 #undef MPL_LOG_TAG macro
69 #define MPL_LOG_TAG "MPL-ml" macro
H A DmlFIFO.c59 #undef MPL_LOG_TAG macro
60 #define MPL_LOG_TAG "MPL-fifo" macro
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c24 #undef MPL_LOG_TAG macro
29 #undef MPL_LOG_TAG macro
30 #define MPL_LOG_TAG "MPL-storeload" macro
H A Dml_sysfs_helper.c3 #undef MPL_LOG_TAG macro
4 #define MPL_LOG_TAG "MLLITE" macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c25 #undef MPL_LOG_TAG macro
26 #define MPL_LOG_TAG "MPL-storeload" macro
H A Dml_load_dmp.c23 #undef MPL_LOG_TAG macro
24 #define MPL_LOG_TAG "MPL-loaddmp" macro
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c19 #undef MPL_LOG_TAG macro
20 #define MPL_LOG_TAG "MLLITE" macro
H A Dhal_outputs.c20 #undef MPL_LOG_TAG macro
21 #define MPL_LOG_TAG "MLLITE" macro
H A Ddata_builder.c31 #undef MPL_LOG_TAG macro
32 #define MPL_LOG_TAG "MLLITE" macro
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c71 #undef MPL_LOG_TAG macro
72 #define MPL_LOG_TAG "MPL-mlsl" macro
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c31 #undef MPL_LOG_TAG macro
32 #define MPL_LOG_TAG "MPL" macro
/hardware/invensense/60xx/mlsdk/mlutils/
H A Dmputest.c74 #undef MPL_LOG_TAG macro
75 #define MPL_LOG_TAG "MPL-mpust" macro

Completed in 2422 milliseconds

12