Lines Matching defs:sensor_name
96 void ThermalHelperImpl::dumpTraces(std::string_view sensor_name) { in dumpTraces()
503 std::string_view sensor_name, Temperature *out, in readTemperature()
572 bool ThermalHelperImpl::readTemperatureThreshold(std::string_view sensor_name, in readTemperatureThreshold()
705 std::string_view sensor_name = sensor_info_pair.first; in initializeSensorMap() local
832 std::string_view sensor_name = sensor_info.first; in initializeTrip() local
995 bool ThermalHelperImpl::runVirtualTempEstimator(std::string_view sensor_name, in runVirtualTempEstimator()
1069 void ThermalHelperImpl::dumpVtEstimatorStatus(std::string_view sensor_name, in dumpVtEstimatorStatus()
1086 size_t ThermalHelperImpl::getPredictionMaxWindowMs(std::string_view sensor_name) { in getPredictionMaxWindowMs()
1113 float ThermalHelperImpl::readPredictionAfterTimeMs(std::string_view sensor_name, in readPredictionAfterTimeMs()
1148 bool ThermalHelperImpl::readTemperaturePredictions(std::string_view sensor_name, in readTemperaturePredictions()
1185 bool ThermalHelperImpl::readThermalSensor(std::string_view sensor_name, float *temp, in readThermalSensor()