Home
last modified time | relevance | path

Searched refs:SphereFitCal (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.h90 struct SphereFitCal { struct
106 void sphereFitInit(struct SphereFitCal *sphere_cal, argument
111 void sphereFitReset(struct SphereFitCal *sphere_cal);
115 void sphereFitSetSolverData(struct SphereFitCal *sphere_cal,
120 bool sphereFitRunCal(struct SphereFitCal *sphere_cal,
125 void sphereFitSetInitialBias(struct SphereFitCal *sphere_cal,
129 void sphereFitGetLatestCal(const struct SphereFitCal *sphere_cal,
Dsphere_fit_calibration.c34 static bool runCalibration(struct SphereFitCal *sphere_cal,
42 void sphereFitInit(struct SphereFitCal *sphere_cal, in sphereFitInit()
63 void sphereFitReset(struct SphereFitCal *sphere_cal) { in sphereFitReset()
77 void sphereFitSetSolverData(struct SphereFitCal *sphere_cal, in sphereFitSetSolverData()
86 bool sphereFitRunCal(struct SphereFitCal *sphere_cal, in sphereFitRunCal()
100 void sphereFitSetInitialBias(struct SphereFitCal *sphere_cal, in sphereFitSetInitialBias()
108 void sphereFitGetLatestCal(const struct SphereFitCal *sphere_cal, in sphereFitGetLatestCal()
217 bool runCalibration(struct SphereFitCal *sphere_cal, in runCalibration()
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.h32 struct SphereFitCal sphere_cal;