Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/
DMPLSensor.h512 int64_t mStepSensorTimestamp; variable
DMPLSensor.cpp126 mStepSensorTimestamp(0), in MPLSensor()
3664 data->timestamp = mStepSensorTimestamp;
3945 mStepSensorTimestamp = *((long long*) (rdata));
4092 if (latestTimestamp > mStepSensorTimestamp) {
4093 mStepSensorTimestamp = latestTimestamp;
4095 "HAL:input build step: 1 - %lld", mStepSensorTimestamp);
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.h531 int64_t mStepSensorTimestamp; variable
DMPLSensor.cpp251 mStepSensorTimestamp(0), in MPLSensor()
3675 data->timestamp = mStepSensorTimestamp; in readEvents()
3899 mStepSensorTimestamp = *((long long*) (rdata)); in buildMpuEvent()
4149 if (latestTimestamp > mStepSensorTimestamp) { in buildMpuEvent()
4150 mStepSensorTimestamp = latestTimestamp; in buildMpuEvent()
4152 "HAL:input build step: 1 - %lld", mStepSensorTimestamp); in buildMpuEvent()