Home
last modified time | relevance | path

Searched refs:devDes (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp4622 for (auto devDes : connectedDevices_) { in HandleDistributedDeviceUpdate() local
4623 if (devDes->deviceType_ == devType && devDes->networkId_ == networkId) { in HandleDistributedDeviceUpdate()
5743 for (auto devDes : connectedDevices_) { in GetDevicesForGroup() local
5744 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()