Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/tests/
Dmock_thermal_helper.h45 MOCK_METHOD(bool, readTemperatureThreshold, (std::string_view, TemperatureThreshold *),
/hardware/google/pixel/thermal/
Dthermal-helper.h97 virtual bool readTemperatureThreshold(std::string_view sensor_name,
149 bool readTemperatureThreshold(std::string_view sensor_name,
Dthermal-helper.cpp572 bool ThermalHelperImpl::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl
936 if (readTemperatureThreshold(name_info_pair.first, &temp)) { in fillTemperatureThresholds()
1423 if (!readTemperatureThreshold(name_status_pair.first, &threshold)) { in thermalWatcherCallbackFunc()