Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:sorted

2133             // NOTE: we rely on the fact that layers are sorted by
3494 std::map<float, BufferTuple, std::greater<float>> sorted;
3508 sorted.insert({activeTime, {name, twoBufferRatio,
3511 for (const auto& sortedPair : sorted) {