Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DEventHub.cpp306 if (deviceClasses.test(InputDeviceClass::TOUCH)) { in getAbsAxisUsage()
328 return InputDeviceClass::TOUCH; in getAbsAxisUsage()
2013 device->classes |= (InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT); in openDeviceLocked()
2018 device->classes |= InputDeviceClass::TOUCH; in openDeviceLocked()
2062 if ((device->classes.test(InputDeviceClass::TOUCH))) { in openDeviceLocked()
DInputDevice.cpp207 } else if (classes.test(InputDeviceClass::TOUCH)) { in addEventHubDevice()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h98 TOUCH = 0x00000004, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2425 InputDeviceClass::KEYBOARD | InputDeviceClass::TOUCH | InputDeviceClass::JOYSTICK;
4615 TOUCH = 1 << 1, enumerator
6073 if (axes & TOUCH) { in prepareAxes()
6800 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()
6849 prepareAxes(POSITION | TOUCH | TOOL | MINOR); in TEST_F()
6886 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()
6938 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()