Home
last modified time | relevance | path

Searched refs:GetSensorInfoMap (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h50 MOCK_METHOD((const std::unordered_map<std::string, SensorInfo> &), GetSensorInfoMap, (),
/hardware/google/pixel/thermal/
DThermal.cpp312 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpVirtualSensorInfo()
367 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpVtEstimatorInfo()
375 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThrottlingInfo()
737 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()
806 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()
817 const auto &map = thermal_helper_->GetSensorInfoMap(); in dumpThermalData()
Dthermal-helper.h102 virtual const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const = 0;
157 const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const override { in GetSensorInfoMap() function