Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.h61 const auto attachedDevicePort = getAttachedSinkDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSinkDeviceAttachedToMixPort() local
62 if (attachedDevicePort.empty()) return {}; in getDeviceAddressOfSinkDeviceAttachedToMixPort()
63 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSinkDeviceAttachedToMixPort()
67 const auto attachedDevicePort = getAttachedSourceDeviceForMixPort(moduleName, mixPortName); in getDeviceAddressOfSourceDeviceAttachedToMixPort() local
68 if (attachedDevicePort.empty()) return {}; in getDeviceAddressOfSourceDeviceAttachedToMixPort()
69 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSourceDeviceAttachedToMixPort()