Searched refs:readTemperatureThreshold (Results 1 – 2 of 2) sorted by relevance
136 bool readTemperatureThreshold(std::string_view sensor_name, TemperatureThreshold *out) const;
538 bool ThermalHelper::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold() function in android::hardware::thermal::V2_0::implementation::ThermalHelper1051 if (readTemperatureThreshold(name_info_pair.first, &temp)) { in fillTemperatureThresholds()1226 if (!readTemperatureThreshold(name_status_pair.first, &threshold)) { in thermalWatcherCallbackFunc()