Searched refs:layerProps (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | LayerHistory.cpp | 134 void LayerHistory::record(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in record() argument 145 info->setLastPresentTime(presentTime, now, updateType, mModeChangePending, layerProps); in record()
|
D | Scheduler.h | 226 void recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime,
|
D | Scheduler.cpp | 678 void Scheduler::recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in recordLayerHistory() argument 681 mLayerHistory.record(id, layerProps, presentTime, now, updateType); in recordLayerHistory()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 1505 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps, in setFrameRateForLayerTree() argument 1513 ->recordLayerHistory(sequence, layerProps, now, now, in setFrameRateForLayerTree() 3253 void Layer::recordLayerHistoryBufferUpdate(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryBufferUpdate() argument 3307 mFlinger->mScheduler->recordLayerHistory(sequence, layerProps, presentTime, now, in recordLayerHistoryBufferUpdate() 3311 void Layer::recordLayerHistoryAnimationTx(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryAnimationTx() argument 3314 mFlinger->mScheduler->recordLayerHistory(sequence, layerProps, presentTime, now, in recordLayerHistoryAnimationTx()
|
D | SurfaceFlinger.cpp | 2385 const auto layerProps = scheduler::LayerProps{ in updateLayerHistory() 2396 mScheduler->setLayerProperties(snapshot->sequence, layerProps); in updateLayerHistory() 2405 it->second->recordLayerHistoryAnimationTx(layerProps, now); in updateLayerHistory() 2409 it->second->setFrameRateForLayerTree(snapshot->frameRate, layerProps, now); in updateLayerHistory() 2413 it->second->recordLayerHistoryBufferUpdate(layerProps, now); in updateLayerHistory() 5342 const auto layerProps = scheduler::LayerProps{ in applyTransactionState() 5350 layer->recordLayerHistoryAnimationTx(layerProps, now); in applyTransactionState()
|