Searched refs:mStepSensorTimestamp (Results 1 – 4 of 4) sorted by relevance
512 int64_t mStepSensorTimestamp; variable
126 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);
531 int64_t mStepSensorTimestamp; variable
251 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()