Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h116 MOCK_CONST_METHOD0(getInternalHwcDisplayId, std::optional<hal::HWDisplayId>());
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h241 virtual std::optional<hal::HWDisplayId> getInternalHwcDisplayId() const = 0;
375 std::optional<hal::HWDisplayId> getInternalHwcDisplayId() const override { in getInternalHwcDisplayId() function
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1107 const auto hwcDisplayId = getHwComposer().getInternalHwcDisplayId(); in getInternalDisplayIdLocked()
DSurfaceFlinger.cpp1734 if (hwcDisplayId != getHwComposer().getInternalHwcDisplayId()) { in onComposerHalVsync()
2605 if (event.hwcDisplayId == getHwComposer().getInternalHwcDisplayId()) { in processDisplayHotplugEventsLocked()
2872 if (currentState.physical->hwcDisplayId == getHwComposer().getInternalHwcDisplayId()) { in processDisplayChanged()
5725 hwcId = getHwComposer().getInternalHwcDisplayId(); in onTransact()