Searched refs:hasRelativeAxis (Results 1 – 4 of 4) sorted by relevance
196 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;284 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
311 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
1309 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()1310 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()2975 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) in configureParameters()2976 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
509 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub