Searched refs:attachedDevicePort (Results 1 – 1 of 1) sorted by relevance
61 const auto attachedDevicePort = getAttachedSinkDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSinkDeviceAttachedToMixPort() local62 if (attachedDevicePort.empty()) return {}; in getDeviceAddressOfSinkDeviceAttachedToMixPort()63 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSinkDeviceAttachedToMixPort()67 const auto attachedDevicePort = getAttachedSourceDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSourceDeviceAttachedToMixPort() local68 if (attachedDevicePort.empty()) return {}; in getDeviceAddressOfSourceDeviceAttachedToMixPort()69 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSourceDeviceAttachedToMixPort()