Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp80 static constexpr int32_t LIGHT_PLAYER_ID = 2; variable
9185 ASSERT_TRUE(controller.setLightPlayerId(lights[0].id, LIGHT_PLAYER_ID)); in TEST_F()
9186 ASSERT_EQ(controller.getLightPlayerId(lights[0].id).value_or(-1), LIGHT_PLAYER_ID); in TEST_F()