Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/
H A DInputReaderBase.cpp125 std::optional<DisplayViewport> InputReaderConfiguration::getDisplayViewportByPort( in getDisplayViewportByPort() function in android::InputReaderConfiguration
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h312 std::optional<DisplayViewport> getDisplayViewportByPort(uint8_t physicalPort) const;
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp328 mAssociatedViewport = config->getDisplayViewportByPort(*mAssociatedDisplayPort); in configure()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp249 std::optional<DisplayViewport> getDisplayViewportByPort(uint8_t displayPort) const { in getDisplayViewportByPort() function in android::FakeInputReaderPolicy
250 return mConfig.getDisplayViewportByPort(displayPort); in getDisplayViewportByPort()
1103 mViewport = config->getDisplayViewportByPort(*displayPort); in configure()
1467 std::optional<DisplayViewport> hdmi1Viewport = mFakePolicy->getDisplayViewportByPort(hdmi1); in TEST_F()
1480 std::optional<DisplayViewport> hdmi2Viewport = mFakePolicy->getDisplayViewportByPort(hdmi2); in TEST_F()