Searched refs:mGyroSensorTimestamp (Results 1 – 1 of 1) sorted by relevance
3690 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; in buildMpuEvent() local3890 mGyroSensorTimestamp = *((long long*) (rdata)); in buildMpuEvent()3965 if(mGyroSensorTimestamp - mTempCurrentTime >= 500000000LL) { in buildMpuEvent()3966 mTempCurrentTime = mGyroSensorTimestamp; in buildMpuEvent()3996 inv_build_gyro(mCachedGyroData, mGyroSensorTimestamp); in buildMpuEvent()4000 mCachedGyroData[2], mGyroSensorTimestamp); in buildMpuEvent()4002 latestTimestamp = mGyroSensorTimestamp; in buildMpuEvent()