Lines Matching defs:sensor_name
96 void ThermalHelperImpl::dumpTraces(std::string_view sensor_name) { in dumpTraces()
524 SensorReadStatus ThermalHelperImpl::readTemperature(std::string_view sensor_name, Temperature *out, in readTemperature()
615 bool ThermalHelperImpl::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold()
748 std::string_view sensor_name = sensor_info_pair.first; in initializeSensorMap() local
882 std::string_view sensor_name = sensor_info.first; in initializeTrip() local
1019 ThrottlingSeverity ThermalHelperImpl::getSeverityReference(std::string_view sensor_name) { in getSeverityReference()
1075 bool ThermalHelperImpl::runVirtualTempEstimator(std::string_view sensor_name, in runVirtualTempEstimator()
1152 void ThermalHelperImpl::dumpVtEstimatorStatus(std::string_view sensor_name, in dumpVtEstimatorStatus()
1169 size_t ThermalHelperImpl::getPredictionMaxWindowMs(std::string_view sensor_name) { in getPredictionMaxWindowMs()
1196 float ThermalHelperImpl::readPredictionAfterTimeMs(std::string_view sensor_name, in readPredictionAfterTimeMs()
1231 bool ThermalHelperImpl::readTemperaturePredictions(std::string_view sensor_name, in readTemperaturePredictions()
1269 std::string_view sensor_name, float *temp, const bool force_no_cache, in readThermalSensor()