Searched refs:mt_pre (Results 1 – 1 of 1) sorted by relevance
115 static struct timespec mt_pre; variable1751 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()