Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h90 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<DisplayId>(hwc2_display_t));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h183 virtual std::optional<DisplayId> toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const = 0;
320 std::optional<DisplayId> toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const override;
DHWComposer.cpp145 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplug()
174 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync()
811 std::optional<DisplayId> HWComposer::toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const { in toPhysicalDisplayId() function in android::impl::HWComposer
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h832 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()