Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h56 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
288 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
289 return mDevice.getAssociatedDisplayPort(); in getAssociatedDisplayPort()
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp133 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in findViewport()
DTouchInputMapper.cpp476 if (getDeviceContext().getAssociatedDisplayPort()) { in configureParameters()
562 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in findViewport()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1063 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in configure()