Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h136 bool readTemperatureThreshold(std::string_view sensor_name, TemperatureThreshold *out) const;
H A Dthermal-helper.cpp538 bool ThermalHelper::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold() function in android::hardware::thermal::V2_0::implementation::ThermalHelper
1051 if (readTemperatureThreshold(name_info_pair.first, &temp)) { in fillTemperatureThresholds()
1226 if (!readTemperatureThreshold(name_status_pair.first, &threshold)) { in thermalWatcherCallbackFunc()