Home
last modified time | relevance | path

Searched refs:getAssociatedDisplayPort (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h262 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
DInputReader.cpp3373 if (getDevice()->getAssociatedDisplayPort()) { in configureParameters()
3460 const std::optional<uint8_t> displayPort = mDevice->getAssociatedDisplayPort(); in findViewport()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp948 const std::optional<uint8_t> displayPort = mDevice->getAssociatedDisplayPort(); in configure()