Home
last modified time | relevance | path

Searched refs:mGyroSensorTimestamp (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp3690 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; in buildMpuEvent() local
3890 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()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp3984 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; local
4258 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;