Searched refs:devDes (Results 1 – 1 of 1) sorted by relevance
4622 for (auto devDes : connectedDevices_) { in HandleDistributedDeviceUpdate() local4623 if (devDes->deviceType_ == devType && devDes->networkId_ == networkId) { in HandleDistributedDeviceUpdate()5743 for (auto devDes : connectedDevices_) { in GetDevicesForGroup() local5744 if (devDes == nullptr) { in GetDevicesForGroup()5747 bool inVolumeGroup = type == VOLUME_TYPE && devDes->volumeGroupId_ == groupId; in GetDevicesForGroup()5748 bool inInterruptGroup = type == INTERRUPT_TYPE && devDes->interruptGroupId_ == groupId; in GetDevicesForGroup()5751 sptr<AudioDeviceDescriptor> device = new AudioDeviceDescriptor(*devDes); in GetDevicesForGroup()