Lines Matching refs:latestTimestamp
3690 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; in buildMpuEvent() local
3830 latestTimestamp = *((long long*) (rdata)); in buildMpuEvent()
3831 LOGV_IF(ENG_VERBOSE, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp); in buildMpuEvent()
4002 latestTimestamp = mGyroSensorTimestamp; in buildMpuEvent()
4026 latestTimestamp = mAccelSensorTimestamp; in buildMpuEvent()
4043 latestTimestamp = mCompassTimestamp; in buildMpuEvent()
4064 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent()
4084 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent()
4109 latestTimestamp = mQuatSensorTimestamp; in buildMpuEvent()
4115 latestTimestamp = mPressureTimestamp; in buildMpuEvent()
4129 if (latestTimestamp > mStepSensorTimestamp) { in buildMpuEvent()
4130 mStepSensorTimestamp = latestTimestamp; in buildMpuEvent()