Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/pixel/thermal/utils/
Dthermal_info.h142 struct VirtualSensorInfo { struct
143 std::vector<std::string> linked_sensors;
144 std::vector<SensorFusionType> linked_sensors_type;
145 std::vector<std::string> coefficients;
146 std::vector<SensorFusionType> coefficients_type;
148 float offset;
149 std::vector<std::string> trigger_sensors;
150 FormulaOption formula;
151 std::string vt_estimator_model_file;
152 std::unique_ptr<::thermal::vtestimator::VirtualTempEstimator> vt_estimator;
[all …]