Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h117 : Light(context, name, id, InputDeviceLightType::MULTI_COLOR), rawId(rawId) {} in MultiColorLight()
/frameworks/native/include/input/
DInputDevice.h107 MULTI_COLOR = 3, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2001 lightInfo.type == InputDeviceLightType::MULTI_COLOR) { in nativeGetLights()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp8863 ASSERT_EQ(InputDeviceLightType::MULTI_COLOR, lights[0].type); in TEST_F()