Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp66 if (enabled && mAssociatedDisplayPort && !mAssociatedViewport) { in setEnabled()
69 getName().c_str(), *mAssociatedDisplayPort); in setEnabled()
100 if (mAssociatedDisplayPort) { in dump()
101 dump += StringPrintf("%" PRIu8 "\n", *mAssociatedDisplayPort); in dump()
302 mAssociatedDisplayPort = std::nullopt; in configure()
311 mAssociatedDisplayPort = std::make_optional(displayPort->second); in configure()
327 if (mAssociatedDisplayPort) { in configure()
328 mAssociatedViewport = config->getDisplayViewportByPort(*mAssociatedDisplayPort); in configure()
332 getName().c_str(), *mAssociatedDisplayPort); in configure()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h62 return mAssociatedDisplayPort; in getAssociatedDisplayPort()
171 std::optional<uint8_t> mAssociatedDisplayPort; variable