Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h61 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
380 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
381 return mDevice.getAssociatedDisplayPort(); in getAssociatedDisplayPort()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp487 if (getDeviceContext().getAssociatedDisplayPort()) { in configureParameters()
549 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in findViewport()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1085 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in configure()