Searched refs:toPhysicalDisplayId (Results 1 – 4 of 4) sorted by relevance
110 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<DisplayId>(hal::HWDisplayId));
208 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync()868 std::optional<DisplayId> HWComposer::toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const { in toPhysicalDisplayId() function in android::impl::HWComposer908 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplugConnect()955 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onHotplugDisconnect()
224 virtual std::optional<DisplayId> toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const = 0;367 std::optional<DisplayId> toPhysicalDisplayId(hal::HWDisplayId hwcDisplayId) const override;
910 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()