Home
last modified time | relevance | path

Searched refs:magCalRemoveSoftiron (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_cal/
Dmag_cal.h103 void magCalRemoveSoftiron(struct MagCal *moc, float xi, float yi, float zi,
Dmag_cal.c261 void magCalRemoveSoftiron(struct MagCal *moc, float xi, float yi, float zi, in magCalRemoveSoftiron() function
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c743 magCalRemoveSoftiron(&mTask.moc, x, y, z, &xi, &yi, &zi); in parseRawData()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c2029 magCalRemoveSoftiron(&mTask.moc, x, y, z, &xi, &yi, &zi);
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c4309magCalRemoveSoftiron(&T(magnCal), x_remap, y_remap, z_remap, &magnOffX, &magnOffY, &magnOffZ); in lsm6dsm_processSensorThreeAxisData()