Searched defs:sample_time_nanos (Results 1 – 2 of 2) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/gyroscope/ |
D | gyro_cal.c | 296 void gyroCalUpdateGyro(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateGyro() 331 void gyroCalUpdateMag(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateMag() 347 void gyroCalUpdateAccel(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateAccel() 363 uint64_t sample_time_nanos) { in deviceStillnessCheck() 577 void checkWatchdog(struct GyroCal* gyro_cal, uint64_t sample_time_nanos) { in checkWatchdog()
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 191 uint64_t sample_time_nanos) { in stillnessBatchComplete() 217 uint64_t sample_time_nanos, float x, float y, in accelStillnessDetection() 472 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun()
|