Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h57 virtual bool hasRelativeAxis(int axis) const override { return mRelAxes.count(axis); } in hasRelativeAxis() function
/aosp_15_r20/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp270 bool EvdevDeviceNode::hasRelativeAxis(int axis) const { in hasRelativeAxis() function in android::EvdevDeviceNode
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h321 inline bool hasRelativeAxis(int32_t code) const { in hasRelativeAxis() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h142 bool hasRelativeAxis(int32_t deviceId, int axis) const override { return mFdp->ConsumeBool(); } in hasRelativeAxis() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp276 bool FakeEventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1040 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub