Searched refs:readTemperatureThreshold (Results 1 – 3 of 3) sorted by relevance
45 MOCK_METHOD(bool, readTemperatureThreshold, (std::string_view, TemperatureThreshold *),
97 virtual bool readTemperatureThreshold(std::string_view sensor_name,149 bool readTemperatureThreshold(std::string_view sensor_name,
572 bool ThermalHelperImpl::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold() function in aidl::android::hardware::thermal::implementation::ThermalHelperImpl936 if (readTemperatureThreshold(name_info_pair.first, &temp)) { in fillTemperatureThresholds()1423 if (!readTemperatureThreshold(name_status_pair.first, &threshold)) { in thermalWatcherCallbackFunc()