Lines Matching refs:GetIndex
983 preset_indices.push_back(preset.GetIndex()); in NotifyHasDeviceValid()
1172 device.has_presets.erase(ntf.preset->GetIndex()); in OnHasPresetReadResponseNotification()
1180 auto info = device.GetPresetInfo(ntf.preset.value().GetIndex()); in OnHasPresetReadResponseNotification()
1229 if ((it->GetIndex() > nt.prev_index) && in OnHasPresetGenericUpdate()
1230 (it->GetIndex() < nt.preset->GetIndex())) { in OnHasPresetGenericUpdate()
1231 auto info = device.GetPresetInfo(it->GetIndex()); in OnHasPresetGenericUpdate()
1241 auto info = device.GetPreset(nt.preset->GetIndex()); in OnHasPresetGenericUpdate()
1244 device.has_presets.erase(nt.preset->GetIndex()); in OnHasPresetGenericUpdate()
1247 *device.GetPresetInfo(nt.preset->GetIndex())); in OnHasPresetGenericUpdate()
1251 updated_infos.push_back(*device.GetPresetInfo(nt.preset->GetIndex())); in OnHasPresetGenericUpdate()
1351 HasPreset(preset.GetIndex(), new_props, preset.GetName())); in OnHasPresetAvailabilityChanged()