Searched refs:mAssociatedViewport (Results 1 – 2 of 2) sorted by relevance
62 if (enabled && mAssociatedDisplayPort && !mAssociatedViewport) { in setEnabled()276 mAssociatedViewport = std::nullopt; in configure()293 mAssociatedViewport = config->getDisplayViewportByPort(*mAssociatedDisplayPort); in configure()294 if (!mAssociatedViewport) { in configure()463 if (mAssociatedViewport) { in getAssociatedDisplayId()464 return mAssociatedViewport->displayId; in getAssociatedDisplayId()
60 return mAssociatedViewport; in getAssociatedViewport()134 std::optional<DisplayViewport> mAssociatedViewport; variable