Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h232 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis,
311 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const;
DInputReader.h615 int32_t getAbsoluteAxisValue(int32_t code) { in getAbsoluteAxisValue() function
617 getEventHub()->getAbsoluteAxisValue(mId, code, &value); in getAbsoluteAxisValue()
DEventHub.cpp408 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp708 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, in getAbsoluteAxisValue() function in android::FakeEventHub