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.h105 struct SensorTempStats : ThermalStats<float> { struct
120 std::unordered_map<std::string, SensorTempStats> temp_stats_map_;
157 std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot();
190 const SensorTempStats &sensor_temp_stats, StatsRecord *stats_record);
Dthermal_stats_helper.cpp448 const SensorTempStats &sensor_temp_stats, in reportSensorTempStats()
632 std::unordered_map<std::string, SensorTempStats> ThermalStatsHelper::GetSensorTempStatsSnapshot() { in GetSensorTempStatsSnapshot()
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h62 MOCK_METHOD((const std::unordered_map<std::string, SensorTempStats>),
/hardware/google/pixel/thermal/
Dthermal-helper.h109 virtual const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() = 0;
185 const std::unordered_map<std::string, SensorTempStats> GetSensorTempStatsSnapshot() override { in GetSensorTempStatsSnapshot()