• Home
  • Raw
  • Download

Lines Matching refs:getAbsoluteAxisInfo

1991 status_t InputMapper::getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo) {  in getAbsoluteAxisInfo()  function in android::InputMapper
1992 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo); in getAbsoluteAxisInfo()
6910 getAbsoluteAxisInfo(ABS_X, &mRawPointerAxes.x); in configureRawPointerAxes()
6911 getAbsoluteAxisInfo(ABS_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
6912 getAbsoluteAxisInfo(ABS_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
6913 getAbsoluteAxisInfo(ABS_TOOL_WIDTH, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
6914 getAbsoluteAxisInfo(ABS_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
6915 getAbsoluteAxisInfo(ABS_TILT_X, &mRawPointerAxes.tiltX); in configureRawPointerAxes()
6916 getAbsoluteAxisInfo(ABS_TILT_Y, &mRawPointerAxes.tiltY); in configureRawPointerAxes()
7036 getAbsoluteAxisInfo(ABS_MT_POSITION_X, &mRawPointerAxes.x); in configureRawPointerAxes()
7037 getAbsoluteAxisInfo(ABS_MT_POSITION_Y, &mRawPointerAxes.y); in configureRawPointerAxes()
7038 getAbsoluteAxisInfo(ABS_MT_TOUCH_MAJOR, &mRawPointerAxes.touchMajor); in configureRawPointerAxes()
7039 getAbsoluteAxisInfo(ABS_MT_TOUCH_MINOR, &mRawPointerAxes.touchMinor); in configureRawPointerAxes()
7040 getAbsoluteAxisInfo(ABS_MT_WIDTH_MAJOR, &mRawPointerAxes.toolMajor); in configureRawPointerAxes()
7041 getAbsoluteAxisInfo(ABS_MT_WIDTH_MINOR, &mRawPointerAxes.toolMinor); in configureRawPointerAxes()
7042 getAbsoluteAxisInfo(ABS_MT_ORIENTATION, &mRawPointerAxes.orientation); in configureRawPointerAxes()
7043 getAbsoluteAxisInfo(ABS_MT_PRESSURE, &mRawPointerAxes.pressure); in configureRawPointerAxes()
7044 getAbsoluteAxisInfo(ABS_MT_DISTANCE, &mRawPointerAxes.distance); in configureRawPointerAxes()
7045 getAbsoluteAxisInfo(ABS_MT_TRACKING_ID, &mRawPointerAxes.trackingId); in configureRawPointerAxes()
7046 getAbsoluteAxisInfo(ABS_MT_SLOT, &mRawPointerAxes.slot); in configureRawPointerAxes()
7098 getAbsoluteAxisInfo(ABS_PRESSURE, &mRawPressureAxis); in configure()
7247 getAbsoluteAxisInfo(abs, &rawAxisInfo); in configure()