Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h226 bool readTemperaturePredictions(std::string_view sensor_name, std::vector<float> *predictions);
Dthermal-helper.cpp1148 bool ThermalHelperImpl::readTemperaturePredictions(std::string_view sensor_name, in readTemperaturePredictions() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
1459 if (!readTemperaturePredictions(name_status_pair.first, &sensor_predictions)) { in thermalWatcherCallbackFunc()