Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dsensorevent.cpp139 uint64_t sample_time = GetReferenceTime(); in GetSampleTime() local
145 sample_time += sample->delta_time; in GetSampleTime()
148 return sample_time; in GetSampleTime()
152 uint64_t sample_time = GetSampleTime(index); in GetSampleTimeStr() local
156 sample_time / 1000000, sample_time % 1000000); in GetSampleTimeStr()
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_stillness_detect.c52 uint64_t stillness_win_endtime, uint64_t sample_time, in gyroStillDetUpdate() argument
80 gyro_still_det->window_start_time = sample_time; in gyroStillDetUpdate()
100 (sample_time >= stillness_win_endtime) && in gyroStillDetUpdate()
105 gyro_still_det->last_sample_time = sample_time; in gyroStillDetUpdate()
Dgyro_stillness_detect.h101 uint64_t stillness_win_endtime, uint64_t sample_time,