Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DInputMapper.cpp119 status_t InputMapper::getAbsoluteAxisInfo(int32_t axis, RawAbsoluteAxisInfo* axisInfo) { in getAbsoluteAxisInfo() function in android::InputMapper
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h308 inline status_t getAbsoluteAxisInfo(int32_t code, RawAbsoluteAxisInfo* axisInfo) const { in getAbsoluteAxisInfo() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h122 status_t getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp266 status_t FakeEventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1001 status_t EventHub::getAbsoluteAxisInfo(int32_t deviceId, int axis, in getAbsoluteAxisInfo() function in android::EventHub