Searched refs:sortedDisplays (Results 1 – 1 of 1) sorted by relevance
562 std::vector<DisplayId> sortedDisplays; in getOrderedDisplayIds() local563 std::copy_if(mDisplayIds.begin(), mDisplayIds.end(), std::back_inserter(sortedDisplays), in getOrderedDisplayIds()568 std::sort(sortedDisplays.begin(), sortedDisplays.end(), [&](DisplayId idA, DisplayId idB) { in getOrderedDisplayIds()571 return sortedDisplays; in getOrderedDisplayIds()