Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h905 bool setFrameRateForLayerTree(FrameRate, const scheduler::LayerProps&);
DLayer.cpp1486 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps) { in setFrameRateForLayerTree() function in android::Layer
DSurfaceFlinger.cpp2215 it->second->setFrameRateForLayerTree(snapshot.frameRate, layerProps); in updateLayerHistory()