Lines Matching refs:JoystickInputMapper
23 JoystickInputMapper::JoystickInputMapper(InputDeviceContext& deviceContext) in JoystickInputMapper() function in android::JoystickInputMapper
26 JoystickInputMapper::~JoystickInputMapper() {} in ~JoystickInputMapper()
28 uint32_t JoystickInputMapper::getSources() { in getSources()
32 void JoystickInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
45 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, InputDeviceInfo* info) { in addMotionRange()
61 int32_t JoystickInputMapper::getCompatAxis(int32_t axis) { in getCompatAxis()
71 void JoystickInputMapper::dump(std::string& dump) { in dump()
107 void JoystickInputMapper::configure(nsecs_t when, const InputReaderConfiguration* config, in configure()
170 JoystickInputMapper::Axis JoystickInputMapper::createAxis(const AxisInfo& axisInfo, in createAxis()
208 bool JoystickInputMapper::haveAxis(int32_t axisId) { in haveAxis()
219 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes()
231 bool JoystickInputMapper::isCenteredAxis(int32_t axis) { in isCenteredAxis()
250 void JoystickInputMapper::reset(nsecs_t when) { in reset()
260 void JoystickInputMapper::process(const RawEvent* rawEvent) { in process()
309 void JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
350 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
363 bool JoystickInputMapper::filterAxes(bool force) { in filterAxes()
385 bool JoystickInputMapper::hasValueChangedSignificantly(float filter, float newValue, in hasValueChangedSignificantly()
401 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange(float filter, float newValue, in hasMovedNearerToValueWithinFilteredRange()