Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h365 sensors_event_t mSdEvents; variable
DMPLSensor.cpp488 mSdEvents.version = sizeof(sensors_event_t); in MPLSensor()
489 mSdEvents.sensor = ID_P; in MPLSensor()
490 mSdEvents.type = SENSOR_TYPE_STEP_DETECTOR; in MPLSensor()
491 mSdEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE; in MPLSensor()
6269 update = sdHandler(&mSdEvents);
6273 *data++ = mSdEvents;