Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dpower_files.h99 const std::unordered_map<std::string, CdevReleaseStatus> &GetThrottlingReleaseMap() const { in GetThrottlingReleaseMap() function
/hardware/google/pixel/thermal/
Dthermal-helper.h162 const std::unordered_map<std::string, CdevReleaseStatus> &GetThrottlingReleaseMap() const { in GetThrottlingReleaseMap() function
163 return power_files_.GetThrottlingReleaseMap(); in GetThrottlingReleaseMap()
DThermal.cpp449 const auto &release_map = thermal_helper_.GetThrottlingReleaseMap(); in dumpThrottlingRequestStatus()