Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h123 int32_t getHwcDisplayId() const { return mHwcDisplayId; } in getHwcDisplayId() function
DSurfaceFlinger.cpp1054 const int32_t id = hw->getHwcDisplayId(); in setUpHWComposer()
1077 const int32_t id = hw->getHwcDisplayId(); in setUpHWComposer()
1156 int32_t id = hw->getHwcDisplayId(); in postFramebuffer()
1704 const int32_t id = hw->getHwcDisplayId(); in doComposeSurfaces()
2593 if (mDisplays.valueAt(i)->getHwcDisplayId() == id) { in getLayerSortedByZForHwcDisplay()