Home
last modified time | relevance | path

Searched refs:hasRelativeAxis (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
DEventHub.h199 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
288 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
DEventHub.cpp311 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
DInputReader.cpp1395 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()
1396 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
3226 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
3227 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp532 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub