Home
last modified time | relevance | path

Searched refs:getAssociatedDisplayUniqueIdByPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h66 inline std::optional<std::string> getAssociatedDisplayUniqueIdByPort() const { in getAssociatedDisplayUniqueIdByPort() function
461 inline std::optional<std::string> getAssociatedDisplayUniqueIdByPort() const { in getAssociatedDisplayUniqueIdByPort() function
462 return mDevice.getAssociatedDisplayUniqueIdByPort(); in getAssociatedDisplayUniqueIdByPort()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2979 ASSERT_EQ(DISPLAY_UNIQUE_ID, mDevice->getAssociatedDisplayUniqueIdByPort()); in TEST_F()