Home
last modified time | relevance | path

Searched refs:mSdEvents (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h366 sensors_event_t mSdEvents; variable
DMPLSensor.cpp502 mSdEvents.version = sizeof(sensors_event_t); in MPLSensor()
503 mSdEvents.sensor = ID_P; in MPLSensor()
504 mSdEvents.type = SENSOR_TYPE_STEP_DETECTOR; in MPLSensor()
505 mSdEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE; in MPLSensor()
6432 update = sdHandler(&mSdEvents);
6436 *data++ = mSdEvents;