Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h88 MOCK_CONST_METHOD0(getInternalHwcDisplayId, std::optional<hwc2_display_t>());
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h180 virtual std::optional<hwc2_display_t> getInternalHwcDisplayId() const = 0;
313 std::optional<hwc2_display_t> getInternalHwcDisplayId() const override { in getInternalHwcDisplayId() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h848 const auto hwcDisplayId = getHwComposer().getInternalHwcDisplayId(); in getInternalDisplayIdLocked()
DSurfaceFlinger.cpp1428 if (hwcDisplayId != getHwComposer().getInternalHwcDisplayId()) { in onVsyncReceived()
2566 if (event.hwcDisplayId == getHwComposer().getInternalHwcDisplayId()) { in processDisplayHotplugEventsLocked()