Home
last modified time | relevance | path

Searched refs:mAssociatedViewport (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp62 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()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h60 return mAssociatedViewport; in getAssociatedViewport()
134 std::optional<DisplayViewport> mAssociatedViewport; variable