Searched refs:propValues (Results 1 – 2 of 2) sorted by relevance
334 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in processTerminusNumericEffecterChangeNotification() local336 const auto& propertyName = propValues.dbusMap.propertyName; in processTerminusNumericEffecterChangeNotification()337 const auto& propertyType = propValues.dbusMap.propertyType; in processTerminusNumericEffecterChangeNotification()371 if (std::isfinite(val) && !std::isfinite(propValues.propertyValue)) in processTerminusNumericEffecterChangeNotification()380 if (!std::isfinite(propValues.propertyValue) || !std::isfinite(val)) in processTerminusNumericEffecterChangeNotification()386 if (val == propValues.propertyValue) in processTerminusNumericEffecterChangeNotification()391 double rawValue = adjustValue(val, propValues.offset, propValues.resolution, in processTerminusNumericEffecterChangeNotification()392 propValues.unitModifier); in processTerminusNumericEffecterChangeNotification()402 propValues.dataSize, rawValue); in processTerminusNumericEffecterChangeNotification()429 const auto& propValues = hostEffecterInfo[effecterInfoIndex] in findNewStateValue() local[all …]
35 typename Types<Instance, Self>::properties_t... propValues) : in server()36 context_ref(ctx), Types<Instance, Self>(path, propValues)... in server()