Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DFlattener.h126 bool mergeWithCachedSets(const std::vector<const LayerState*>& layers,
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp100 const bool alreadyHadCachedSets = mergeWithCachedSets(layers, now); in flattenLayers()
273 bool Flattener::mergeWithCachedSets(const std::vector<const LayerState*>& layers, time_point now) { in mergeWithCachedSets() function in android::compositionengine::impl::planner::Flattener