Searched refs:devicePortConfig (Results 1 – 1 of 1) sorted by relevance
337 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getNonRoutableSrcSinkPair() local343 return make_pair(devicePortConfig, mixPortConfig.value()); in getNonRoutableSrcSinkPair()362 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkPair() local365 return std::make_pair(devicePortConfig, mixPortConfig.value()); in getRoutableSrcSinkPair()375 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkPair() local377 return std::make_pair(mixPortConfig.value(), devicePortConfig); in getRoutableSrcSinkPair()403 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkGroups() local404 pairs.emplace_back(devicePortConfig, mixPortConfig.value()); in getRoutableSrcSinkGroups()416 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkGroups() local424 pairs.emplace_back(mixPortConfig.value(), devicePortConfig); in getRoutableSrcSinkGroups()