Searched refs:MPL_LOGV (Results 1 - 14 of 14) 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/mllite/
H A Dpressure.c147 _pressureDebug(MPL_LOGV
H A DmlFIFOHW.c154 MPL_LOGV("Resetting Fifo : Overflow\n");
164 MPL_LOGV("Resetting Fifo : Invalid footer : 0x%02x 0x%02x\n",
H A Dmlsupervisor.c385 MPL_LOGV("Fetch compass data from inv_process_fifo_packet\n");
386 MPL_LOGV("delta time = %ld\n", ctime - polltime);
558 MPL_LOGV("Fetch pressure data\n");
559 MPL_LOGV("delta time = %ld\n", ctime - pressurePolltime);
H A DmlBiasNoMotion.c253 _mlDebug(MPL_LOGV("motionFlag from RAM : 0x%04X\n", motionFlag);
323 _mlDebug(MPL_LOGV("motionFlag from RAM : 0x%04X\n", motionFlag);
H A Dmlstates.c142 _stateDebug(MPL_LOGV
H A Dmldl.c103 _mldlDebug(MPL_LOGV("setGetAddress %d", (int)func);
128 MPL_LOGV("inv_set_mpu_memory unsupported key\n");
H A Dcompass.c291 MPL_LOGV("inv_mpu_read_compass returned %d\n", result);
H A Dml.c1190 MPL_LOGV("forcing disable of PROGRESSIVE_NO_MOTION bias tracker\n");
1275 MPL_LOGV("factory temperature compensation coefficients available - "
/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
/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/mllite/
H A Ddata_builder.c19 #define MPL_LOG_NDEBUG 1 /* Use 0 to turn on MPL_LOGV output */
68 MPL_LOGV("input data logging started\n");
78 MPL_LOGV("input data logging stopped\n");
400 MPL_LOGV("values: %lld", timestamp);
877 MPL_LOGV("3q: %ld,%ld,%ld\n", quat[0], quat[1], quat[2]);
879 MPL_LOGV("4q: %ld,%ld,%ld,%ld\n", resultQuat[0], resultQuat[1], resultQuat[2], resultQuat[3]);
H A Dhal_outputs.c19 #define MPL_LOG_NDEBUG 1 /* Use 0 to turn on MPL_LOGV output */
271 MPL_LOGV("values:%f %f %f %f %f -%d -%lld", values[0], values[1],
306 MPL_LOGV("values:%f %f %f %f %f -%d", values[0], values[1],
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c19 #define MPL_LOG_NDEBUG 0 /* Use 0 to turn on MPL_LOGV output */
88 MPL_LOGV("input data logging started\n");
98 MPL_LOGV("input data logging stopped\n");

Completed in 73 milliseconds