Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp51 virtual bool hasRelativeAxis(int axis) const { return false; } in hasRelativeAxis() function in android::tests::MockInputDeviceNode
/hardware/libhardware/modules/input/evdev/
DInputHub.h71 virtual bool hasRelativeAxis(int axis) const = 0;
DInputHub.cpp105 virtual bool hasRelativeAxis(int axis) const override;
275 bool EvdevDeviceNode::hasRelativeAxis(int axis) const { in hasRelativeAxis() function in android::EvdevDeviceNode