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

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h512 int64_t mStepSensorTimestamp; member in class:MPLSensor
H A DMPLSensor.cpp126 mStepSensorTimestamp(0),
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/
H A DMPLSensor.h531 int64_t mStepSensorTimestamp; member in class:MPLSensor
H A DMPLSensor.cpp251 mStepSensorTimestamp(0),
3675 data->timestamp = mStepSensorTimestamp;
3899 mStepSensorTimestamp = *((long long*) (rdata));
4149 if (latestTimestamp > mStepSensorTimestamp) {
4150 mStepSensorTimestamp = latestTimestamp;
4152 "HAL:input build step: 1 - %lld", mStepSensorTimestamp);

Completed in 159 milliseconds