Lines Matching refs:latestTimestamp
3984 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; local
4164 latestTimestamp = *((long long*) (rdata));
4165 … LOGV_IF(ENG_VERBOSE && INPUT_DATA, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp);
4429 latestTimestamp = mGyroSensorTimestamp;
4451 latestTimestamp = mAccelSensorTimestamp;
4481 latestTimestamp = mCompassTimestamp;
4502 latestTimestamp = mQuatSensorTimestamp;
4522 latestTimestamp = mQuatSensorTimestamp;
4546 latestTimestamp = mQuatSensorTimestamp;
4552 latestTimestamp = mPressureTimestamp;
4566 if (latestTimestamp > mStepSensorTimestamp) {
4567 mStepSensorTimestamp = latestTimestamp;
4573 mPedUpdate, mStepSensorTimestamp, latestTimestamp);