Searched defs:getAbsoluteAxisInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.cpp298 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, function in class:android::EventHub
H A DInputReader.cpp2045 status_t InputMapper::getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo) { function in class:android::InputMapper
2046 return getEventHub()->getAbsoluteAxisInfo(getDeviceId(), axis, axisInfo);
6853 getAbsoluteAxisInfo(ABS_X, &mRawPointerAxes.x);
6854 getAbsoluteAxisInfo(ABS_Y, &mRawPointerAxes.y);
6855 getAbsoluteAxisInfo(ABS_PRESSURE, &mRawPointerAxes.pressure);
6856 getAbsoluteAxisInfo(ABS_TOOL_WIDTH, &mRawPointerAxes.toolMajor);
6857 getAbsoluteAxisInfo(ABS_DISTANCE, &mRawPointerAxes.distance);
6858 getAbsoluteAxisInfo(ABS_TILT_X, &mRawPointerAxes.tiltX);
6859 getAbsoluteAxisInfo(ABS_TILT_Y, &mRawPointerAxes.tiltY);
6979 getAbsoluteAxisInfo(ABS_MT_POSITION_
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp593 virtual status_t getAbsoluteAxisInfo(int32_t deviceId, int axis, function in namespace:android

Completed in 114 milliseconds