Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h152 const std::unordered_map<std::string, SensorStatus> &GetSensorStatusMap() const { in GetSensorStatusMap() function
H A DThermal.cpp447 const auto &sensor_status_map = thermal_helper_.GetSensorStatusMap(); in dumpThrottlingRequestStatus()