Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp115 if (!(getAbsAxisUsage(abs, getDeviceContext().getDeviceClasses()) in reconfigure()
DSensorInputMapper.cpp132 if (!(getAbsAxisUsage(abs, getDeviceContext().getDeviceClasses()) in reconfigure()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h233 extern ftl::Flags<InputDeviceClass> getAbsAxisUsage(int32_t axis,
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp462 ftl::Flags<InputDeviceClass> getAbsAxisUsage(int32_t axis, in getAbsAxisUsage() function
2426 (getAbsAxisUsage(i, assumedClasses).test(InputDeviceClass::JOYSTICK))) { in openDeviceLocked()