Searched refs:start_time (Results 1 – 6 of 6) sorted by relevance
87 moc->start_time = 0; in magCalReset()94 if ((sample_time_us - moc->start_time > moc->min_batch_window_in_micros) && in moc_batch_complete()98 } else if (sample_time_us - moc->start_time > MAX_BATCH_WINDOW) { in moc_batch_complete()152 moc->start_time = sample_time_us; in magCalUpdate()
70 uint64_t start_time; // [micro-seconds] member
167 auto start_time = std::chrono::steady_clock::now(); in ReadRfPacket() local176 current_time - start_time); in ReadRfPacket()
124 asd->start_time = 0; in asdReset()216 if ((sample_time_nanos - asd->start_time > asd->min_batch_window) && in stillnessBatchComplete()218 if (sample_time_nanos - asd->start_time < asd->max_batch_window) { in stillnessBatchComplete()225 } else if (sample_time_nanos - asd->start_time > asd->min_batch_window && in stillnessBatchComplete()254 asd->start_time = sample_time_nanos; in accelStillnessDetection()
47 uint64_t start_time; member
531 SteadyClock start_time = std::chrono::steady_clock::now(); in ReadAppEvents() local535 auto delta = end_time - start_time; in ReadAppEvents()