Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h106 GetThermalThrottlingStatusMap() const = 0;
170 const std::unordered_map<std::string, ThermalThrottlingStatus> &GetThermalThrottlingStatusMap() in GetThermalThrottlingStatusMap() function
172 return thermal_throttling_.GetThermalThrottlingStatusMap(); in GetThermalThrottlingStatusMap()
DThermal.cpp376 const auto &thermal_throttling_status_map = thermal_helper_->GetThermalThrottlingStatusMap(); in dumpThrottlingInfo()
509 const auto &thermal_throttling_status_map = thermal_helper_->GetThermalThrottlingStatusMap(); in dumpThrottlingRequestStatus()
/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h57 GetThermalThrottlingStatusMap, (), (const, override));
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.h73 const std::unordered_map<std::string, ThermalThrottlingStatus> &GetThermalThrottlingStatusMap() in GetThermalThrottlingStatusMap() function