Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp4491 struct timespec t_now; in hasStepCountPendingEvents() local
4494 clock_gettime(CLOCK_MONOTONIC, &t_now); in hasStepCountPendingEvents()
4495 interval = ((int64_t(t_now.tv_sec) * 1000000000LL + t_now.tv_nsec) - in hasStepCountPendingEvents()