Home
last modified time | relevance | path

Searched refs:GetSensorInfoMap (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/google/pixel/thermal/
H A DThermal.cpp280 const auto &map = thermal_helper_.GetSensorInfoMap(); in dumpVirtualSensorInfo()
329 const auto &map = thermal_helper_.GetSensorInfoMap(); in dumpThrottlingInfo()
647 const auto &map = thermal_helper_.GetSensorInfoMap(); in debug()
664 const auto &map = thermal_helper_.GetSensorInfoMap(); in debug()
675 const auto &map = thermal_helper_.GetSensorInfoMap(); in debug()
H A Dthermal-helper.h140 const std::unordered_map<std::string, SensorInfo> &GetSensorInfoMap() const { in GetSensorInfoMap() function