Lines Matching defs:ts
2658 struct timespec ts;
2659 clock_gettime(CLOCK_MONOTONIC, &ts);
2660 s->timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
3831 LOGV_IF(ENG_VERBOSE, "STEP DETECTED:0x%x - ts: %lld", data_format, latestTimestamp);
3980 "TS: %+13f %+13f %+13f "
4403 struct timespec ts;
4404 clock_gettime(CLOCK_MONOTONIC, &ts);
4405 temp.timestamp = (int64_t) ts.tv_sec * 1000000000 + ts.tv_nsec;
5939 struct timespec ts;
5940 clock_gettime(CLOCK_MONOTONIC, &ts) ;
5941 temp.timestamp = (int64_t)ts.tv_sec * 1000000000 + ts.tv_nsec;