Lines Matching refs:JoystickInputMapper
464 device->addMapper(new JoystickInputMapper(device)); in createDeviceLocked()
6203 JoystickInputMapper::JoystickInputMapper(InputDevice* device) : in JoystickInputMapper() function in android::JoystickInputMapper
6207 JoystickInputMapper::~JoystickInputMapper() { in ~JoystickInputMapper()
6210 uint32_t JoystickInputMapper::getSources() { in getSources()
6214 void JoystickInputMapper::populateDeviceInfo(InputDeviceInfo* info) { in populateDeviceInfo()
6228 void JoystickInputMapper::addMotionRange(int32_t axisId, const Axis& axis, in addMotionRange()
6245 int32_t JoystickInputMapper::getCompatAxis(int32_t axis) { in getCompatAxis()
6255 void JoystickInputMapper::dump(String8& dump) { in dump()
6292 void JoystickInputMapper::configure(nsecs_t when, in configure()
6387 bool JoystickInputMapper::haveAxis(int32_t axisId) { in haveAxis()
6400 void JoystickInputMapper::pruneAxes(bool ignoreExplicitlyMappedAxes) { in pruneAxes()
6412 bool JoystickInputMapper::isCenteredAxis(int32_t axis) { in isCenteredAxis()
6431 void JoystickInputMapper::reset(nsecs_t when) { in reset()
6442 void JoystickInputMapper::process(const RawEvent* rawEvent) { in process()
6490 void JoystickInputMapper::sync(nsecs_t when, bool force) { in sync()
6528 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
6541 bool JoystickInputMapper::filterAxes(bool force) { in filterAxes()
6562 bool JoystickInputMapper::hasValueChangedSignificantly( in hasValueChangedSignificantly()
6578 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange( in hasMovedNearerToValueWithinFilteredRange()