Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h110 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<DisplayId>(hal::HWDisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp208 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync()
868 std::optional<DisplayId> HWComposer::toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const { in toPhysicalDisplayId() function in android::impl::HWComposer
908 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect()
955 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect()
DHWComposer.h224 virtual std::optional<DisplayId> toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const = 0;
367 std::optional<DisplayId> toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const override;
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h910 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()