Home
last modified time | relevance | path

Searched defs:sphere_cal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/sphere_fit/
Dsphere_fit_calibration.c46 void sphereFitInit(struct SphereFitCal *sphere_cal, in sphereFitInit()
67 void sphereFitReset(struct SphereFitCal *sphere_cal) { in sphereFitReset()
81 void sphereFitSetSolverData(struct SphereFitCal *sphere_cal, in sphereFitSetSolverData()
90 bool sphereFitRunCal(struct SphereFitCal *sphere_cal, in sphereFitRunCal()
104 void sphereFitSetInitialBias(struct SphereFitCal *sphere_cal, in sphereFitSetInitialBias()
112 void sphereFitGetLatestCal(const struct SphereFitCal *sphere_cal, in sphereFitGetLatestCal()
221 bool runCalibration(struct SphereFitCal *sphere_cal, in runCalibration()
/aosp_15_r20/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.h32 struct SphereFitCal sphere_cal; member