Lines Matching refs:currentValue
193 uint8_t currentValue = *(reinterpret_cast<uint8_t*>(&effecterValue[0])); in convertToDbusValue() local
194 return getEffecterRawValue<uint8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
198 int8_t currentValue = *(reinterpret_cast<int8_t*>(&effecterValue[0])); in convertToDbusValue() local
199 return getEffecterRawValue<int8_t>(pdr, currentValue, propertyType); in convertToDbusValue()
203 uint16_t currentValue = in convertToDbusValue() local
205 return getEffecterRawValue<uint16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
209 int16_t currentValue = *(reinterpret_cast<int16_t*>(&effecterValue[0])); in convertToDbusValue() local
210 return getEffecterRawValue<int16_t>(pdr, currentValue, propertyType); in convertToDbusValue()
214 uint32_t currentValue = in convertToDbusValue() local
216 return getEffecterRawValue<uint32_t>(pdr, currentValue, propertyType); in convertToDbusValue()
220 int32_t currentValue = *(reinterpret_cast<int32_t*>(&effecterValue[0])); in convertToDbusValue() local
221 return getEffecterRawValue<int32_t>(pdr, currentValue, propertyType); in convertToDbusValue()