Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/hardware/input/
H A 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()
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h128 : Light(context, name, id, InputDeviceLightType::PLAYER_ID), in PlayerIdLight()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h105 PLAYER_ID = 1, enumerator
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2008 } else if (lightInfo.type == InputDeviceLightType::PLAYER_ID) { in nativeGetLights()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp9182 ASSERT_EQ(InputDeviceLightType::PLAYER_ID, lights[0].type); in TEST_F()