Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp206 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync()
308 RETURN_IF_HWC_ERROR_FOR("getDisplayAttribute", error, *toPhysicalDisplayId(hwcDisplayId), -1); in getAttribute()
337 RETURN_IF_HWC_ERROR_FOR("getDisplayConfigs", error, *toPhysicalDisplayId(hwcDisplayId), {}); in getModes()
851 std::optional<PhysicalDisplayId> HWComposer::toPhysicalDisplayId( in toPhysicalDisplayId() function in android::impl::HWComposer
888 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect()
945 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect()
DHWComposer.h244 virtual std::optional<PhysicalDisplayId> toPhysicalDisplayId(hal::HWDisplayId) const = 0;
382 std::optional<PhysicalDisplayId> toPhysicalDisplayId(hal::HWDisplayId) const override;
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h118 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<PhysicalDisplayId>(hal::HWDisplayId));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1108 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()
DSurfaceFlinger.cpp1724 if (const auto displayId = getHwComposer().toPhysicalDisplayId(hwcDisplayId)) { in onComposerHalVsync()