Searched refs:PLAYER_ID (Results 1 – 5 of 5) sorted by relevance
70 private static final int PLAYER_ID = 3; field in InputDeviceLightsManagerTest217 LightState[] states = new LightState[]{new LightState(0xf1, PLAYER_ID)}; in testControlPlayerIdLight()234 .isEqualTo(PLAYER_ID); in testControlPlayerIdLight()259 LightState state2 = new LightState(0xf2, PLAYER_ID); in testLightsRequest()
130 : Light(context, name, id, InputDeviceLightType::PLAYER_ID), in PlayerIdLight()
108 PLAYER_ID = 1, enumerator
2021 } else if (lightInfo.type == InputDeviceLightType::PLAYER_ID) { in nativeGetLights()
10070 ASSERT_EQ(InputDeviceLightType::PLAYER_ID, lights[0].type); in TEST_F()