Searched refs:hasRelativeAxis (Results 1 – 5 of 5) sorted by relevance
29 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()30 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
178 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;275 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
394 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
434 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) || in configureParameters()435 getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
566 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub