Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DColorLayer.cpp68 auto hwcId = displayDevice->getHwcDisplayId(); in setPerFrameData()
DSurfaceFlinger.cpp705 getBE().mHwc->getHwcDisplayId(HWC_DISPLAY_PRIMARY).value_or(0), in init()
1550 getBE().mHwc->hasClientComposition(displayDevice->getHwcDisplayId()); in handleMessageRefresh()
1618 hwcId = displayDevice->getHwcDisplayId(); in logLayerStats()
1848 displayDevice->getHwcDisplayId()); in rebuildLayerStacks()
1855 displayDevice->getHwcDisplayId()); in rebuildLayerStacks()
1997 const auto hwcId = displayDevice->getHwcDisplayId(); in setUpHWComposer()
2022 const auto hwcId = displayDevice->getHwcDisplayId(); in setUpHWComposer()
2112 const auto hwcId = displayDevice->getHwcDisplayId(); in postFramebuffer()
2205 getBE().mHwc->getHwcDisplayId(DisplayDevice::DISPLAY_PRIMARY); in determineDisplayType()
2207 getBE().mHwc->getHwcDisplayId(DisplayDevice::DISPLAY_EXTERNAL); in determineDisplayType()
[all …]
DDisplayDevice.h137 int32_t getHwcDisplayId() const { return mHwcDisplayId; } in getHwcDisplayId() function
DBufferLayer.cpp624 auto hwcId = displayDevice->getHwcDisplayId(); in setPerFrameData()
DLayer.cpp488 const auto hwcId = displayDevice->getHwcDisplayId(); in setGeometry()
668 auto hwcId = displayDevice->getHwcDisplayId(); in updateCursorPosition()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h181 std::optional<hwc2_display_t> getHwcDisplayId(int32_t displayId) const;
DHWComposer.cpp410 auto displayId = displayDevice.getHwcDisplayId(); in prepare()
801 HWComposer::getHwcDisplayId(int32_t displayId) const { in getHwcDisplayId() function in android::HWComposer