Home
last modified time | relevance | path

Searched defs:sample_time_nanos (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.c256 void gyroCalUpdateGyro(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateGyro()
288 void gyroCalUpdateMag(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateMag()
304 void gyroCalUpdateAccel(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateAccel()
320 uint64_t sample_time_nanos) { in deviceStillnessCheck()
520 void checkWatchdog(struct GyroCal* gyro_cal, uint64_t sample_time_nanos) { in checkWatchdog()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.c209 uint64_t sample_time_nanos) { in stillnessBatchComplete()
235 uint64_t sample_time_nanos, float x, float y, in accelStillnessDetection()
453 void accelCalRun(struct AccelCal *acc, uint64_t sample_time_nanos, float x, in accelCalRun()