Lines Matching refs:JoystickInputMapper
511 device->addMapper(new JoystickInputMapper(device)); in createDeviceLocked()
7145 JoystickInputMapper::JoystickInputMapper(InputDevice* device) : in JoystickInputMapper() function in android::JoystickInputMapper
7149 JoystickInputMapper::~JoystickInputMapper() { in ~JoystickInputMapper()
7152 uint32_t JoystickInputMapper::getSources() { in getSources()
7156 void JoystickInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
7170 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, in addMotionRange()
7187 int32_t JoystickInputMapper::getCompatAxis(int32_t axis) { in getCompatAxis()
7197 void JoystickInputMapper::dump(std::string& dump) { in dump()
7234 void JoystickInputMapper::configure(nsecs_t when, in configure()
7329 bool JoystickInputMapper::haveAxis(int32_t axisId) { in haveAxis()
7342 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes()
7354 bool JoystickInputMapper::isCenteredAxis(int32_t axis) { in isCenteredAxis()
7373 void JoystickInputMapper::reset(nsecs_t when) { in reset()
7384 void JoystickInputMapper::process(const RawEvent* rawEvent) { in process()
7432 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()
7472 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
7485 bool JoystickInputMapper::filterAxes(bool force) { in filterAxes()
7506 bool JoystickInputMapper::hasValueChangedSignificantly( in hasValueChangedSignificantly()
7522 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange( in hasMovedNearerToValueWithinFilteredRange()