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.c296 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/
Daccel_cal.c191 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()