Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h67 TOUCH, enumerator
/frameworks/native/services/inputflinger/tests/
DPointerChoreographer_test.cpp727 assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
759 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
777 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
796 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
847 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
867 auto firstDisplayPc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
886 auto secondDisplayPc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
906 auto pc = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F()
1714 "TouchSpots", AINPUT_SOURCE_TOUCHSCREEN, ControllerType::TOUCH,
1914 auto pc2 = assertPointerControllerCreated(ControllerType::TOUCH); in TEST_F_WITH_FLAGS()
DInputReader_test.cpp2638 InputDeviceClass::KEYBOARD | InputDeviceClass::TOUCH | InputDeviceClass::JOYSTICK;
4345 TOUCH = 1 << 1, enumerator
7103 if (axes & TOUCH) { in prepareAxes()
7876 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE); in TEST_F()
7926 prepareAxes(POSITION | TOUCH | TOOL | MINOR); in TEST_F()
7963 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()
8014 prepareAxes(POSITION | TOUCH | TOOL); in TEST_F()
/frameworks/proto_logging/stats/atoms/power/
Dpower_extension_atoms.proto110 TOUCH = 2; enumerator
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp465 if (deviceClasses.test(InputDeviceClass::TOUCH)) { in getAbsAxisUsage()
487 return InputDeviceClass::TOUCH; in getAbsAxisUsage()
2403 device->classes |= (InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT); in openDeviceLocked()
2412 device->classes |= InputDeviceClass::TOUCH; in openDeviceLocked()
2452 if ((device->classes.test(InputDeviceClass::TOUCH))) { in openDeviceLocked()
2498 if (!device->classes.any(InputDeviceClass::TOUCH | InputDeviceClass::TOUCH_MT) && in openDeviceLocked()
DInputDevice.cpp552 } else if (classes.test(InputDeviceClass::TOUCH)) { in createMappers()
/frameworks/base/libs/input/
DPointerController.cpp74 case ControllerType::TOUCH: in create()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto131 TOUCH = 1; enumerator
221 TOUCH = 1; enumerator
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h100 TOUCH = android::os::IInputConstants::DEVICE_CLASS_TOUCH, enumerator
/frameworks/native/services/inputflinger/
DPointerChoreographer.cpp133 PointerControllerInterface::ControllerType::TOUCH); in PointerChoreographer()