Searched refs:mAssociatedViewport (Results 1 – 2 of 2) sorted by relevance
66 if (enabled && mAssociatedDisplayPort && !mAssociatedViewport) { in setEnabled()304 mAssociatedViewport = std::nullopt; in configure()328 mAssociatedViewport = config->getDisplayViewportByPort(*mAssociatedDisplayPort); in configure()329 if (!mAssociatedViewport) { in configure()336 mAssociatedViewport = in configure()338 if (!mAssociatedViewport) { in configure()576 if (mAssociatedViewport) { in getAssociatedDisplayId()577 return mAssociatedViewport->displayId; in getAssociatedDisplayId()
65 return mAssociatedViewport; in getAssociatedViewport()173 std::optional<DisplayViewport> mAssociatedViewport; variable