Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4078 sp<const DisplayDevice> hintDisplay; in commitTransactionsLocked() local
4087 hintDisplay = nullptr; in commitTransactionsLocked()
4096 if (hintDisplay) { in commitTransactionsLocked()
4097 hintDisplay = nullptr; in commitTransactionsLocked()
4101 hintDisplay = display; in commitTransactionsLocked()
4105 if (hintDisplay) { in commitTransactionsLocked()
4106 layer->updateTransformHint(hintDisplay->getTransformHint()); in commitTransactionsLocked()
9085 sp<const DisplayDevice> hintDisplay; in handleLayerCreatedLocked() local
9089 hintDisplay = display; in handleLayerCreatedLocked()
9094 if (hintDisplay) { in handleLayerCreatedLocked()
[all …]