Home
last modified time | relevance | path

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

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