Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/orientation/
Dorientation.c192 uint64_t ResamplePeriodNs, curr_time, next_time; in fillSamples() local
225 next_time = ev->referenceTime; in fillSamples()
227 next_time = curr_time + next_sample->deltaTime; in fillSamples()
230 sample_spacing_ns = (next_time > curr_time) ? (next_time - curr_time) : 0; in fillSamples()
243 curr_time = next_time; in fillSamples()