Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h382 inline status_t getAbsoluteAxisValue(int32_t code, int32_t* outValue) const { in getAbsoluteAxisValue() function
445 inline int32_t getAbsoluteAxisValue(int32_t code) const { in getAbsoluteAxisValue() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h200 status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, in getAbsoluteAxisValue() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp420 status_t FakeEventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, in getAbsoluteAxisValue() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1133 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EventHub