Searched refs:accelCalUpdateBias (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/ |
D | accel_offset_cal.cc | 56 accelCalUpdateBias(&accel_cal_, &cal_data_.offset[0], &cal_data_.offset[1], in SetMeasurement()
|
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.h | 198 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z);
|
D | accel_cal.c | 416 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias() function
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 2977 …accelCalNewBiasAvailable = accelCalUpdateBias(&T(accel_cal), &accelCalBiasX, &accelCalBiasY, &acce…
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 2140 bool accelCalNewBiasAvailable = accelCalUpdateBias(
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 4225 …if (accelCalUpdateBias(&T(accelCal), &samples[*sampleNum].x, &samples[*sampleNum].y, &samples[*sam… in lsm6dsm_processSensorThreeAxisData()
|