Home
last modified time | relevance | path

Searched defs:hasAbsoluteAxis (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h58 virtual bool hasAbsoluteAxis(int32_t axis) const override { return mAbsAxes.count(axis); } in hasAbsoluteAxis() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp277 bool EvdevDeviceNode::hasAbsoluteAxis(int axis) const { in hasAbsoluteAxis() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h360 inline bool hasAbsoluteAxis(int32_t code) const { in hasAbsoluteAxis() function