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()
532 int64_t mStepSensorTimestamp; variable
126 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);