Searched refs:is_other_prioritized (Results 1 – 1 of 1) sorted by relevance
434 bool is_other_prioritized = HasPriorities(other_intersection); in MergeSupportedDevices() local435 if (!is_target_prioritized && !is_other_prioritized) { in MergeSupportedDevices()439 } else if (is_target_prioritized && !is_other_prioritized) { in MergeSupportedDevices()443 } else if (!is_target_prioritized && is_other_prioritized) { in MergeSupportedDevices()