Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/hardware/input/
DInputDeviceLightsManagerTest.java70 private static final int PLAYER_ID = 3; field in InputDeviceLightsManagerTest
217 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()
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h130 : Light(context, name, id, InputDeviceLightType::PLAYER_ID), in PlayerIdLight()
/frameworks/native/include/input/
DInputDevice.h108 PLAYER_ID = 1, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2021 } else if (lightInfo.type == InputDeviceLightType::PLAYER_ID) { in nativeGetLights()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp10070 ASSERT_EQ(InputDeviceLightType::PLAYER_ID, lights[0].type); in TEST_F()