Searched refs:NO_PORT (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 48 static constexpr std::optional<uint8_t> NO_PORT = std::nullopt; // no physical port is specified variable 1097 DISPLAY_ORIENTATION_0, uniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1127 DISPLAY_ORIENTATION_0, internalUniqueId, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1130 DISPLAY_ORIENTATION_0, externalUniqueId, NO_PORT, ViewportType::VIEWPORT_EXTERNAL); in TEST_F() 1133 DISPLAY_ORIENTATION_0, virtualUniqueId1, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1136 DISPLAY_ORIENTATION_0, virtualUniqueId2, NO_PORT, ViewportType::VIEWPORT_VIRTUAL); in TEST_F() 1185 DISPLAY_ORIENTATION_0, uniqueId1, NO_PORT, type); in TEST_F() 1188 DISPLAY_ORIENTATION_0, uniqueId2, NO_PORT, type); in TEST_F() 1579 DISPLAY_ORIENTATION_0, "local:0", NO_PORT, ViewportType::VIEWPORT_INTERNAL); in TEST_F() 1966 orientation, UNIQUE_ID, NO_PORT, ViewportType::VIEWPORT_INTERNAL); in prepareDisplay() [all …]
|