Searched refs:toPhysicalDisplayId (Results 1 – 5 of 5) sorted by relevance
206 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::HWComposer888 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect()945 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect()
244 virtual std::optional<PhysicalDisplayId> toPhysicalDisplayId(hal::HWDisplayId) const = 0;382 std::optional<PhysicalDisplayId> toPhysicalDisplayId(hal::HWDisplayId) const override;
118 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<PhysicalDisplayId>(hal::HWDisplayId));
1108 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()
1724 if (const auto displayId = getHwComposer().toPhysicalDisplayId(hwcDisplayId)) { in onComposerHalVsync()