Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc160 gyro_notification_time_nanos_ = 0; in HandleSensorSamples()
484 timestamp_nanos, gyro_notification_time_nanos_, next_log_interval_nanos); in HandleGyroLogMessage()
487 gyro_notification_time_nanos_ = timestamp_nanos; in HandleGyroLogMessage()
Dnano_calibration.h145 uint64_t gyro_notification_time_nanos_ = 0; variable