aboutsummaryrefslogtreecommitdiff
path: root/platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h')
-rw-r--r--platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h b/platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h
index 9bbd7022..52c1e34b 100644
--- a/platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h
+++ b/platform/slpi/include/chre/platform/slpi/see/see_cal_helper.h
@@ -74,9 +74,6 @@ class SeeCalHelper : public NonCopyable {
/**
* Configures calibration updates for the given SUID.
*
- * If enabled, the SeeHelper instance should then pass decoded calibration
- * data to updateCalibration() and use applyCalibration() as needed.
- *
* @param suid The cached SUID of a calibration sensor
* @param enable Whether to enable or disable updates
* @param helper SeeHelper used to configure updates
@@ -96,16 +93,17 @@ class SeeCalHelper : public NonCopyable {
const sns_std_suid *getCalSuidFromSensorType(uint8_t sensorType) const;
/**
- * Uses the supplied SeeHelper instance to find SEE calibration sensors that
- * can be used to register for calibration updates.
+ * Uses the supplied SeeHelper instance to register for updates to all
+ * supported SEE calibration sensors. The SeeHelper instance should then pass
+ * decoded calibration data to updateCalibration() and use applyCalibration()
+ * as needed.
*
* @param seeHelper SeeHelper instance to use when looking up calibration
- * sensor SUIDs
+ * sensor SUIDs and registering for their output
*
- * @return true if all expected SEE calibration sensors were successfully
- * found
+ * @return true if all SEE calibration sensors were successfully registered
*/
- bool findCalibrationSensors(SeeHelper &seeHelper);
+ bool registerForCalibrationUpdates(SeeHelper &seeHelper);
/**
* Updates the cached calibration data used in subsequent calls to