Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h316 inline status_t getAbsoluteAxisValue(int32_t code, int32_t* outValue) const { in getAbsoluteAxisValue() function
368 inline int32_t getAbsoluteAxisValue(int32_t code) const { in getAbsoluteAxisValue() function
/aosp12/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h91 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const override { in getAbsoluteAxisValue() function
/aosp12/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp343 status_t EvdevDeviceNode::getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EvdevDeviceNode
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp871 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp830 status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, in getAbsoluteAxisValue() function in android::FakeEventHub