Searched refs:getDeviceAddressOfDevicePort (Results 1 – 2 of 2) sorted by relevance
63 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSinkDeviceAttachedToMixPort()69 return getDeviceAddressOfDevicePort(moduleName, attachedDevicePort); in getDeviceAddressOfSourceDeviceAttachedToMixPort()92 std::optional<DeviceAddress> getDeviceAddressOfDevicePort(
73 return getDeviceAddressOfDevicePort(moduleName, device); in getSinkDeviceForMixPort()84 return getDeviceAddressOfDevicePort(moduleName, device); in getSourceDeviceForMixPort()130 std::optional<DeviceAddress> PolicyConfig::getDeviceAddressOfDevicePort( in getDeviceAddressOfDevicePort() function in PolicyConfig