Home
last modified time | relevance | path

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

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