Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DLayer.h379 bool setFrameRateForLayerTree(FrameRate, const scheduler::LayerProps&, nsecs_t now);
H A DLayer.cpp535 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps, in setFrameRateForLayerTree() function in android::Layer
H A DSurfaceFlinger.cpp2442 it->second->setFrameRateForLayerTree(snapshot->frameRate, layerProps, now); in updateLayerHistory()