Searched refs:hdfVibratorInfo (Results 1 – 2 of 2) sorted by relevance
111 HdfVibratorInfoVdi hdfVibratorInfo; in GetVibratorInfo() local125 hdfVibratorInfo.isSupportFrequency = tmp->isSupportFrequency; in GetVibratorInfo()126 hdfVibratorInfo.frequencyMaxValue = tmp->frequencyMaxValue; in GetVibratorInfo()127 hdfVibratorInfo.frequencyMinValue = tmp->frequencyMinValue; in GetVibratorInfo()128 hdfVibratorInfo.isSupportIntensity = tmp->isSupportIntensity; in GetVibratorInfo()129 hdfVibratorInfo.intensityMaxValue = tmp->intensityMaxValue; in GetVibratorInfo()130 hdfVibratorInfo.intensityMinValue = tmp->intensityMinValue; in GetVibratorInfo()131 vibratorInfo.push_back(std::move(hdfVibratorInfo)); in GetVibratorInfo()
203 HdfVibratorInfo hdfVibratorInfo; in GetVibratorInfo() local204 hdfVibratorInfo.isSupportIntensity = iter.isSupportIntensity; in GetVibratorInfo()205 hdfVibratorInfo.isSupportFrequency = iter.isSupportFrequency; in GetVibratorInfo()206 hdfVibratorInfo.intensityMaxValue = iter.intensityMaxValue; in GetVibratorInfo()207 hdfVibratorInfo.intensityMinValue = iter.intensityMinValue; in GetVibratorInfo()208 hdfVibratorInfo.frequencyMaxValue = iter.frequencyMaxValue; in GetVibratorInfo()209 hdfVibratorInfo.frequencyMinValue = iter.frequencyMinValue; in GetVibratorInfo()210 vibratorInfo.push_back(std::move(hdfVibratorInfo)); in GetVibratorInfo()