Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DCachedSet.h83 size_t getComponentDisplayCost() const;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DCachedSet.cpp99 size_t CachedSet::getComponentDisplayCost() const { in getComponentDisplayCost() function in android::compositionengine::impl::planner::CachedSet
116 size_t creationCost = getComponentDisplayCost(); in getCreationCost()