Home
last modified time | relevance | path

Searched defs:hasRelativeAxis (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h57 virtual bool hasRelativeAxis(int axis) const override { return mRelAxes.count(axis); } in hasRelativeAxis() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp270 bool EvdevDeviceNode::hasRelativeAxis(int axis) const { in hasRelativeAxis() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h263 inline bool hasRelativeAxis(int32_t code) const { in hasRelativeAxis() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp794 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp701 bool hasRelativeAxis(int32_t deviceId, int axis) const override { in hasRelativeAxis() function in android::FakeEventHub