Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h916 bool setFrameRateForLayerTree(FrameRate, const scheduler::LayerProps&, nsecs_t now);
DLayer.cpp1505 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps, in setFrameRateForLayerTree() function in android::Layer
DSurfaceFlinger.cpp2409 it->second->setFrameRateForLayerTree(snapshot->frameRate, layerProps, now); in updateLayerHistory()