Searched refs:propValues (Results 1 – 1 of 1) sorted by relevance
333 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in processTerminusNumericEffecterChangeNotification() local335 const auto& propertyName = propValues.dbusMap.propertyName; in processTerminusNumericEffecterChangeNotification()336 const auto& propertyType = propValues.dbusMap.propertyType; in processTerminusNumericEffecterChangeNotification()370 if (std::isfinite(val) && !std::isfinite(propValues.propertyValue)) in processTerminusNumericEffecterChangeNotification()379 if (!std::isfinite(propValues.propertyValue) || !std::isfinite(val)) in processTerminusNumericEffecterChangeNotification()385 if (val == propValues.propertyValue) in processTerminusNumericEffecterChangeNotification()390 double rawValue = adjustValue(val, propValues.offset, propValues.resolution, in processTerminusNumericEffecterChangeNotification()391 propValues.unitModifier); in processTerminusNumericEffecterChangeNotification()401 propValues.dataSize, rawValue); in processTerminusNumericEffecterChangeNotification()428 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in findNewStateValue() local[all …]