Lines Matching refs:JoystickInputMapper

23 JoystickInputMapper::JoystickInputMapper(InputDeviceContext& deviceContext,  in JoystickInputMapper()  function in android::JoystickInputMapper
27 JoystickInputMapper::~JoystickInputMapper() {} in ~JoystickInputMapper()
29 uint32_t JoystickInputMapper::getSources() const { in getSources()
33 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 std::list<NotifyArgs> JoystickInputMapper::reconfigure(nsecs_t when, in reconfigure()
172 JoystickInputMapper::Axis JoystickInputMapper::createAxis(const AxisInfo& axisInfo, in createAxis()
210 bool JoystickInputMapper::haveAxis(int32_t axisId) { in haveAxis()
221 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes()
233 bool JoystickInputMapper::isCenteredAxis(int32_t axis) { in isCenteredAxis()
252 std::list<NotifyArgs> JoystickInputMapper::reset(nsecs_t when) { in reset()
262 std::list<NotifyArgs> JoystickInputMapper::process(const RawEvent& rawEvent) { in process()
313 std::list<NotifyArgs> JoystickInputMapper::sync(nsecs_t when, nsecs_t readTime, bool force) { in sync()
359 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
372 bool JoystickInputMapper::filterAxes(bool force) { in filterAxes()
394 bool JoystickInputMapper::hasValueChangedSignificantly(float filter, float newValue, in hasValueChangedSignificantly()
410 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange(float filter, float newValue, in hasMovedNearerToValueWithinFilteredRange()