Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/tilt_detection/
Dtilt_detection.c45 uint64_t this_batch_init_ts; member
94 if (state->this_batch_init_ts == 0) { in algoUpdate()
95 state->this_batch_init_ts = sample_ts; in algoUpdate()
104 dt = (sample_ts - state->this_batch_init_ts); in algoUpdate()
134 state->this_batch_init_ts = 0; in algoUpdate()