Searched refs:sourceIsDevice (Results 1 – 1 of 1) sorted by relevance
185 const bool sourceIsDevice = std::any_of(sources.begin(), sources.end(), in createOrUpdatePatch() local190 sourceIsDevice ? sources : sinks; in createOrUpdatePatch()192 sourceIsDevice ? &patch.sourcePortConfigIds : &patch.sinkPortConfigIds; in createOrUpdatePatch()194 sourceIsDevice ? sinks : sources; in createOrUpdatePatch()196 sourceIsDevice ? &patch.sinkPortConfigIds : &patch.sourcePortConfigIds; in createOrUpdatePatch()211 PatchMatch match = sourceIsDevice && sinkIsDevice ? in createOrUpdatePatch()212 MATCH_BOTH : (sourceIsDevice ? MATCH_SINKS : MATCH_SOURCES); in createOrUpdatePatch()