Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h91 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const override { in getAbsoluteAxisValue() function
/aosp_15_r20/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
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h381 inline std::optional<int32_t> getAbsoluteAxisValue(int32_t code) const { in getAbsoluteAxisValue() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h210 std::optional<int32_t> getAbsoluteAxisValue(int32_t deviceId, int32_t axis) const override { in getAbsoluteAxisValue() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp416 std::optional<int32_t> FakeEventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis) const { in getAbsoluteAxisValue() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1150 std::optional<int32_t> EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis) const { in getAbsoluteAxisValue() function in android::EventHub