Home
last modified time | relevance | path

Searched refs:mAccelSensorTimestamp (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
3899 mAccelSensorTimestamp = *((long long*) (rdata)); in buildMpuEvent()
4008 inv_build_accel(mCachedAccelData, 0, mAccelSensorTimestamp); in buildMpuEvent()
4012 mCachedAccelData[2], mAccelSensorTimestamp); in buildMpuEvent()
4026 latestTimestamp = mAccelSensorTimestamp; in buildMpuEvent()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp3984 int64_t mGyroSensorTimestamp=0, mAccelSensorTimestamp=0, latestTimestamp=0; local
4272 mAccelSensorTimestamp = *((long long*) (rdata));
4434 inv_build_accel(mCachedAccelData, 0, mAccelSensorTimestamp);
4438 mCachedAccelData[2], mAccelSensorTimestamp);
4451 latestTimestamp = mAccelSensorTimestamp;