Home
last modified time | relevance | path

Searched refs:mStepSensorTimestamp (Results 1 – 4 of 4) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h531 int64_t mStepSensorTimestamp; variable
DMPLSensor.cpp251 mStepSensorTimestamp(0), in MPLSensor()
3656 data->timestamp = mStepSensorTimestamp; in readEvents()
3880 mStepSensorTimestamp = *((long long*) (rdata)); in buildMpuEvent()
4129 if (latestTimestamp > mStepSensorTimestamp) { in buildMpuEvent()
4130 mStepSensorTimestamp = latestTimestamp; in buildMpuEvent()
4132 "HAL:input build step: 1 - %lld", mStepSensorTimestamp); in buildMpuEvent()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h532 int64_t mStepSensorTimestamp; variable
DMPLSensor.cpp126 mStepSensorTimestamp(0), in MPLSensor()
3774 data->timestamp = mStepSensorTimestamp;
4085 mStepSensorTimestamp = *((long long*) (rdata));
4405 if (latestTimestamp > mStepSensorTimestamp) {
4406 mStepSensorTimestamp = latestTimestamp;
4408 "HAL:input build step: 1 - %lld", mStepSensorTimestamp);