Searched refs:mGyroSensorTimestamp (Results 1 – 2 of 2) 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()
3984 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; local4258 mGyroSensorTimestamp = *((long long*) (rdata));4392 if(mGyroSensorTimestamp - mTempCurrentTime >= 500000000LL) {4393 mTempCurrentTime = mGyroSensorTimestamp;4423 inv_build_gyro(mCachedGyroData, mGyroSensorTimestamp);4427 mCachedGyroData[2], mGyroSensorTimestamp);4429 latestTimestamp = mGyroSensorTimestamp;