Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.h48 struct VirtualSensorInfo { struct
49 std::vector<std::string> linked_sensors;
50 std::vector<float> coefficients;
51 float offset;
52 std::string trigger_sensor;
53 FormulaOption formula;
/hardware/google/pixel/thermal/utils/
Dthermal_info.h48 struct VirtualSensorInfo { struct
49 std::vector<std::string> linked_sensors;
50 std::vector<float> coefficients;
51 float offset;
52 std::vector<std::string> trigger_sensors;
53 FormulaOption formula;