Searched refs:other_intersection (Results 1 – 1 of 1) sorted by relevance
332 PrioritizedDeviceTypeVector other_intersection; in MergeSupportedDevices() local340 other_intersection.push_back(other_prioritized_device_type); in MergeSupportedDevices()368 std::sort(other_intersection.begin(), other_intersection.end(), device_sort); in MergeSupportedDevices()373 bool is_other_prioritized = HasPriorities(other_intersection); in MergeSupportedDevices()383 result = other_intersection; in MergeSupportedDevices()389 if (ArePrioritiesSame(target_intersection, other_intersection)) { in MergeSupportedDevices()