OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPL_LOGV
(Results
1 - 9
of
9
) sorted by null
/hardware/invensense/mlsdk/mllite/
pressure.c
147
_pressureDebug(
MPL_LOGV
mlFIFOHW.c
154
MPL_LOGV
("Resetting Fifo : Overflow\n");
164
MPL_LOGV
("Resetting Fifo : Invalid footer : 0x%02x 0x%02x\n",
mlsupervisor.c
385
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);
mlBiasNoMotion.c
253
_mlDebug(
MPL_LOGV
("motionFlag from RAM : 0x%04X\n", motionFlag);
323
_mlDebug(
MPL_LOGV
("motionFlag from RAM : 0x%04X\n", motionFlag);
mlstates.c
142
_stateDebug(
MPL_LOGV
mldl.c
103
_mldlDebug(
MPL_LOGV
("setGetAddress %d", (int)func);
128
MPL_LOGV
("inv_set_mpu_memory unsupported key\n");
[
all
...]
compass.c
291
MPL_LOGV
("inv_mpu_read_compass returned %d\n", result);
ml.c
[
all
...]
/hardware/invensense/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__)
Completed in 207 milliseconds