Home
last modified time | relevance | path

Searched refs:INV_MSG_MOTION_EVENT (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dmessage_layer.h18 #define INV_MSG_MOTION_EVENT (0x01) macro
Dresults_holder.c191 set = INV_MSG_MOTION_EVENT; in inv_set_motion_state()
194 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0); in inv_set_motion_state()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dmessage_layer.h18 #define INV_MSG_MOTION_EVENT (0x01) macro
Dresults_holder.c227 set = INV_MSG_MOTION_EVENT; in inv_set_motion_state()
230 inv_set_message(set, (INV_MSG_MOTION_EVENT | INV_MSG_NO_MOTION_EVENT), 0); in inv_set_motion_state()
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c196 if (msg & INV_MSG_MOTION_EVENT) { in check_motion_event()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp3594 if (msg & INV_MSG_MOTION_EVENT) { in readEvents()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp3857 if (msg & INV_MSG_MOTION_EVENT) {