Home
last modified time | relevance | path

Searched refs:JOYSTICK (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp115 .test(InputDeviceClass::JOYSTICK))) { in configure()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp352 return deviceClasses & InputDeviceClass::JOYSTICK; in getAbsAxisUsage()
2033 auto assumedClasses = device->classes | InputDeviceClass::JOYSTICK; in openDeviceLocked()
2036 (getAbsAxisUsage(i, assumedClasses).test(InputDeviceClass::JOYSTICK))) { in openDeviceLocked()
2075 if (device->classes.any(InputDeviceClass::KEYBOARD | InputDeviceClass::JOYSTICK | in openDeviceLocked()
2140 if (device->classes.any(InputDeviceClass::JOYSTICK | InputDeviceClass::DPAD) && in openDeviceLocked()
DInputDevice.cpp212 if (classes.test(InputDeviceClass::JOYSTICK)) { in addEventHubDevice()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h116 JOYSTICK = 0x00000100, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp50 common::V1_0::Source::JOYSTICK, "SOURCE_JOYSTICK mismatch"); in getSource()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2425 InputDeviceClass::KEYBOARD | InputDeviceClass::TOUCH | InputDeviceClass::JOYSTICK;