Home
last modified time | relevance | path

Searched refs:getAbsoluteAxisInfo (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSingleTouchInputMapper.cpp72 getAbsoluteAxisInfo(ABS_X, &mRawPointerAxes.x); in configureRawPointerAxes()
73 getAbsoluteAxisInfo(ABS_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
74 getAbsoluteAxisInfo(ABS_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
75 getAbsoluteAxisInfo(ABS_TOOL_WIDTH, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
76 getAbsoluteAxisInfo(ABS_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
77 getAbsoluteAxisInfo(ABS_TILT_X, &mRawPointerAxes.tiltX); in configureRawPointerAxes()
78 getAbsoluteAxisInfo(ABS_TILT_Y, &mRawPointerAxes.tiltY); in configureRawPointerAxes()
DMultiTouchInputMapper.cpp329 getAbsoluteAxisInfo(ABS_MT_POSITION_X, &mRawPointerAxes.x); in configureRawPointerAxes()
330 getAbsoluteAxisInfo(ABS_MT_POSITION_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
331 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
332 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
333 getAbsoluteAxisInfo(ABS_MT_WIDTH_MAJOR, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
334 getAbsoluteAxisInfo(ABS_MT_WIDTH_MINOR, &mRawPointerAxes.toolMinor); in configureRawPointerAxes()
335 getAbsoluteAxisInfo(ABS_MT_ORIENTATION, &mRawPointerAxes.orientation); in configureRawPointerAxes()
336 getAbsoluteAxisInfo(ABS_MT_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
337 getAbsoluteAxisInfo(ABS_MT_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
338 getAbsoluteAxisInfo(ABS_MT_TRACKING_ID, &mRawPointerAxes.trackingId); in configureRawPointerAxes()
[all …]
DInputMapper.cpp76 status_t InputMapper::getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo) { in getAbsoluteAxisInfo() function in android::InputMapper
77 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
DExternalStylusInputMapper.cpp48 getAbsoluteAxisInfo(ABS_PRESSURE, &mRawPressureAxis); in configure()
DInputMapper.h82 status_t getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo);
DJoystickInputMapper.cpp120 getAbsoluteAxisInfo(abs, &rawAxisInfo); in configure()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h101 getEventHub()->getAbsoluteAxisInfo(mId, code, &info); in hasAbsoluteAxis()
DEventHub.h175 virtual status_t getAbsoluteAxisInfo(int32_t deviceId, int axis,
272 virtual status_t getAbsoluteAxisInfo(int32_t deviceId, int axis,
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp364 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp552 virtual status_t getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo() function in android::FakeEventHub