Searched refs:readTemperaturePredictions (Results 1 – 2 of 2) sorted by relevance
226 bool readTemperaturePredictions(std::string_view sensor_name, std::vector<float> *predictions);
1148 bool ThermalHelperImpl::readTemperaturePredictions(std::string_view sensor_name, in readTemperaturePredictions() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl1459 if (!readTemperaturePredictions(name_status_pair.first, &sensor_predictions)) { in thermalWatcherCallbackFunc()