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 | 257 void gyroCalUpdateGyro(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateGyro() 289 void gyroCalUpdateMag(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateMag() 305 void gyroCalUpdateAccel(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateAccel() 321 uint64_t sample_time_nanos) { in deviceStillnessCheck() 521 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 | 207 uint64_t sample_time_nanos) { in stillnessBatchComplete() 233 uint64_t sample_time_nanos, float x, float y, in accelStillnessDetection() 451 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun()
|