Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp548 if (classes.test(InputDeviceClass::TOUCHPAD) && classes.test(InputDeviceClass::TOUCH_MT)) { in createMappers()
550 } else if (classes.test(InputDeviceClass::TOUCH_MT)) { in createMappers()
DEventHub.cpp2403 device->classes |= (InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT); in openDeviceLocked()
2498 if (!device->classes.any(InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT) && in openDeviceLocked()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h106 TOUCH_MT = android::os::IInputConstants::DEVICE_CLASS_TOUCH_MT, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1196 InputDeviceClass::TOUCH_MT, AINPUT_SOURCE_STYLUS, in TEST_F()