Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h63 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
458 inline std::optional<uint8_t> getAssociatedDisplayPort() const { in getAssociatedDisplayPort() function
459 return mDevice.getAssociatedDisplayPort(); in getAssociatedDisplayPort()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp425 if (deviceContext.getAssociatedDisplayPort()) { in computeParameters()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp296 const std::optional<uint8_t> displayPort = getDeviceContext().getAssociatedDisplayPort(); in reconfigure()