Home
last modified time | relevance | path

Searched refs:gyroCalUpdateAccel (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/gyroscope/
Dgyro_cal.h245 void gyroCalUpdateAccel(struct GyroCal* gyro_cal, uint64_t sample_time_nanos,
Dgyro_cal.c305 void gyroCalUpdateAccel(struct GyroCal* gyro_cal, uint64_t sample_time_nanos, in gyroCalUpdateAccel() function
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
Dgyro_offset_over_temp_cal.cc39 gyroCalUpdateAccel(&gyro_cal_, sample.timestamp_nanos, in SetMeasurement()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2488 gyroCalUpdateAccel(&T(gyro_cal), rtc_time, x, y, z);
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2070 gyroCalUpdateAccel(&mTask.gyro_cal,
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4241 gyroCalUpdateAccel(&T(gyroCal), *timestamp, x_remap, y_remap, z_remap); in lsm6dsm_processSensorThreeAxisData()