Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/calibration/common/
Dsphere_fit_calibration.c93 struct ThreeAxisCalData *cal_data) { in sphereFitGetLatestCal() argument
95 ASSERT_NOT_NULL(cal_data); in sphereFitGetLatestCal()
96 convertStateToCalStruct(sphere_cal->x, cal_data); in sphereFitGetLatestCal()
97 cal_data->calibration_time_nanos = sphere_cal->estimate_time_nanos; in sphereFitGetLatestCal()
Dsphere_fit_calibration.h129 struct ThreeAxisCalData *cal_data);
/device/google/contexthub/util/nanotool/
Dandroidcontexthub.cpp266 std::vector<uint8_t> cal_data; in LoadCalibration() local
274 if (GetCalibrationBytes(key.c_str(), sensor_type, cal_data)) { in LoadCalibration()
275 success = SendCalibrationData(sensor_type, cal_data); in LoadCalibration()
278 cal_data.clear(); in LoadCalibration()
Dcontexthub.h247 const std::vector<uint8_t>& cal_data);
Dcontexthub.cpp580 const std::vector<uint8_t>& cal_data) { in SendCalibrationData() argument
587 req.SetAdditionalData(cal_data); in SendCalibrationData()