Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/online_calibration/accelerometer/accel_offset_cal/
Daccel_offset_cal.cc58 accelCalUpdateBias(&accel_cal_, &cal_data_.offset[0], &cal_data_.offset[1], in SetMeasurement()
/device/google/contexthub/firmware/os/algos/calibration/accelerometer/
Daccel_cal.h198 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z);
Daccel_cal.c418 bool accelCalUpdateBias(struct AccelCal *acc, float *x, float *y, float *z) { in accelCalUpdateBias() function
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2977 …accelCalNewBiasAvailable = accelCalUpdateBias(&T(accel_cal), &accelCalBiasX, &accelCalBiasY, &acce…
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2140 bool accelCalNewBiasAvailable = accelCalUpdateBias(
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4225 …if (accelCalUpdateBias(&T(accelCal), &samples[*sampleNum].x, &samples[*sampleNum].y, &samples[*sam… in lsm6dsm_processSensorThreeAxisData()