Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h84 : Light(context, name, id, InputDeviceLightType::MONO), rawId(rawId) {} in MonoLight()
/frameworks/native/include/input/
DInputDevice.h104 MONO = 0, enumerator
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1997 if (lightInfo.type == InputDeviceLightType::MONO) { in nativeGetLights()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp8810 ASSERT_EQ(InputDeviceLightType::MONO, lights[0].type); in TEST_F()