Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp115 static struct timespec mt_pre; variable
1751 clock_gettime(CLOCK_MONOTONIC, &mt_pre); in enableDmpPedometer()
4496 (int64_t(mt_pre.tv_sec) * 1000000000LL + mt_pre.tv_nsec)); in hasStepCountPendingEvents()
4504 clock_gettime(CLOCK_MONOTONIC, &mt_pre); in hasStepCountPendingEvents()
4506 mt_pre.tv_nsec / 1000); in hasStepCountPendingEvents()