Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h179 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
278 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
DInputReader.cpp1409 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()
1410 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
3326 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()
3327 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
DEventHub.cpp380 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp554 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub