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