Home
last modified time | relevance | path

Searched refs:LayerProps (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.h42 struct LayerProps;
70 void record(int32_t id, const LayerProps& props, nsecs_t presentTime, nsecs_t now,
77 void setLayerProperties(int32_t id, const LayerProps&);
DLayerInfo.h42 struct LayerProps;
182 bool pendingModeChange, const LayerProps& props);
194 void setProperties(const LayerProps&);
355 std::unique_ptr<LayerProps> mLayerProps;
369 struct LayerProps { struct
DLayerInfo.cpp49 mLayerProps(std::make_unique<LayerProps>()),
55 bool pendingModeChange, const LayerProps& props) { in setLastPresentTime()
83 void LayerInfo::setProperties(const android::scheduler::LayerProps& properties) { in setProperties()
DLayerHistory.cpp134 void LayerHistory::record(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in record()
171 void LayerHistory::setLayerProperties(int32_t id, const LayerProps& properties) { in setLayerProperties()
DScheduler.h226 void recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime,
230 void setLayerProperties(int32_t id, const LayerProps&);
DScheduler.cpp678 void Scheduler::recordLayerHistory(int32_t id, const LayerProps& layerProps, nsecs_t presentTime, in recordLayerHistory()
695 void Scheduler::setLayerProperties(int32_t id, const android::scheduler::LayerProps& properties) { in setLayerProperties()
/frameworks/native/services/surfaceflinger/
DLayer.h916 bool setFrameRateForLayerTree(FrameRate, const scheduler::LayerProps&, nsecs_t now);
917 void recordLayerHistoryBufferUpdate(const scheduler::LayerProps&, nsecs_t now);
918 void recordLayerHistoryAnimationTx(const scheduler::LayerProps&, nsecs_t now);
920 return scheduler::LayerProps{.visible = isVisible(), in getLayerProps()
DLayer.cpp1505 bool Layer::setFrameRateForLayerTree(FrameRate frameRate, const scheduler::LayerProps& layerProps, in setFrameRateForLayerTree()
3253 void Layer::recordLayerHistoryBufferUpdate(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryBufferUpdate()
3311 void Layer::recordLayerHistoryAnimationTx(const scheduler::LayerProps& layerProps, nsecs_t now) { in recordLayerHistoryAnimationTx()
DSurfaceFlinger.cpp2385 const auto layerProps = scheduler::LayerProps{ in updateLayerHistory()
5342 const auto layerProps = scheduler::LayerProps{ in applyTransactionState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerInfoTest.cpp276 LayerProps prop = {.isFrontBuffered = true}; in TEST_F()