Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h55 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp481 if (getDevice()->getAssociatedDisplayPort()) { in configureParameters()
567 const std::optional<uint8_t> displayPort = mDevice->getAssociatedDisplayPort(); in findViewport()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp960 const std::optional<uint8_t> displayPort = mDevice->getAssociatedDisplayPort(); in configure()