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