Home
last modified time | relevance | path

Searched refs:sortedDisplays (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DPowerAdvisor.cpp351 std::vector<DisplayId> sortedDisplays; in getOrderedDisplayIds() local
352 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()