Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp203 const auto layerFocused = Layer::isLayerFocusedBasedOnPriority(frameRateSelectionPriority); in summarize()
/frameworks/native/services/surfaceflinger/
DLayer.h244 static bool isLayerFocusedBasedOnPriority(int32_t priority);
DLayer.cpp1175 bool Layer::isLayerFocusedBasedOnPriority(int32_t priority) { in isLayerFocusedBasedOnPriority() function in android::Layer
1627 const auto focused = isLayerFocusedBasedOnPriority(getFrameRateSelectionPriority()); in miniDumpLegacy()
1670 const auto focused = isLayerFocusedBasedOnPriority(snapshot.frameRateSelectionPriority); in miniDump()