Lines Matching refs:sourcePortConfigIds

133         patch.sourcePortConfigIds.clear();  in createOrUpdatePatch()
192 sourceIsDevice ? &patch.sourcePortConfigIds : &patch.sinkPortConfigIds; in createOrUpdatePatch()
196 sourceIsDevice ? &patch.sinkPortConfigIds : &patch.sourcePortConfigIds; in createOrUpdatePatch()
300 std::set<int32_t> sourcePortConfigIds(requestedPatch.sourcePortConfigIds.begin(), in findOrCreatePatch() local
301 requestedPatch.sourcePortConfigIds.end()); in findOrCreatePatch()
304 return findOrCreatePatch(sourcePortConfigIds, sinkPortConfigIds, match, patch, created); in findOrCreatePatch()
308 const std::set<int32_t>& sourcePortConfigIds, const std::set<int32_t>& sinkPortConfigIds, in findOrCreatePatch() argument
310 auto patchIt = findPatch(sourcePortConfigIds, sinkPortConfigIds, match); in findOrCreatePatch()
313 requestedPatch.sourcePortConfigIds.insert(requestedPatch.sourcePortConfigIds.end(), in findOrCreatePatch()
314 sourcePortConfigIds.begin(), sourcePortConfigIds.end()); in findOrCreatePatch()
495 const std::set<int32_t>& sourcePortConfigIds, const std::set<int32_t>& sinkPortConfigIds, in findPatch() argument
501 p.sourcePortConfigIds.begin(), p.sourcePortConfigIds.end()); in findPatch()
506 return sourcePortConfigIds == patchSrcs; in findPatch()
510 return sourcePortConfigIds == patchSrcs && sinkPortConfigIds == patchSinks; in findPatch()
749 for (int32_t id : patch.sourcePortConfigIds) { in getPatchIdsByPortId()
966 for (int32_t id : p.second.sourcePortConfigIds) portConfigIdsToReset.erase(id); in resetUnusedPortConfigs()