Home
last modified time | relevance | path

Searched refs:SensorTempStats (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/utils/
Dthermal_stats_helper.h94 struct SensorTempStats : ThermalStats<float> { struct
126 std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot();
138 std::unordered_map<std::string, SensorTempStats> sensor_temp_stats_map_;
155 const SensorTempStats &sensor_temp_stats, StatsRecord *stats_record);
Dthermal_stats_helper.cpp325 const SensorTempStats &sensor_temp_stats, in reportSensorTempStats()
469 std::unordered_map<std::string, SensorTempStats> ThermalStatsHelper::GetSensorTempStatsSnapshot() { in GetSensorTempStatsSnapshot()
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h60 MOCK_METHOD((const std::unordered_map<std::string, SensorTempStats>),
/hardware/google/pixel/thermal/
Dthermal-helper.h100 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0;
169 const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() override { in GetSensorTempStatsSnapshot()