Home
last modified time | relevance | path

Searched refs:curr_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
214 curr_time = ev->referenceTime; in fillSamples()
219 curr_time = mTask.last_time[index]; 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()
253 mTask.samples[index][w].time = curr_time + counter; in fillSamples()
278 mTask.last_time[index] = curr_time; in fillSamples()