Searched refs:mStepSensorTimestamp (Results 1 – 4 of 4) sorted by relevance
531 int64_t mStepSensorTimestamp; variable
251 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()
535 int64_t mStepSensorTimestamp; variable
151 mStepSensorTimestamp(0), in MPLSensor()3904 if (mLastTimestamp[i] != mStepSensorTimestamp) {3907 data->timestamp = mStepSensorTimestamp;3909 mLastTimestamp[i] = mStepSensorTimestamp;3912 mPendingEvents[i].type, mStepSensorTimestamp);4242 mStepSensorTimestamp = *((long long*) (rdata));4566 if (latestTimestamp > mStepSensorTimestamp) {4567 mStepSensorTimestamp = latestTimestamp;4569 "HAL:input build step: 1 - %lld", mStepSensorTimestamp);4573 mPedUpdate, mStepSensorTimestamp, latestTimestamp);