HomeSort by relevance Sort by last modified time
    Searched refs:temp_time_nanos (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 170 uint64_t temp_time_nanos; member in struct:AccelCal
accel_cal.c 201 acc->temp_time_nanos = 0;
460 if ((sample_time_nanos - acc->temp_time_nanos) > IMU_TEMP_DELTA_TIME_NANOS) {
469 acc->temp_time_nanos = sample_time_nanos;

Completed in 543 milliseconds