Searched defs:getAbsoluteAxisValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.cpp391 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const { function in class:android::EventHub
H A DInputReader.h643 int32_t getAbsoluteAxisValue(int32_t code) { function in class:android::InputDevice
645 getEventHub()->getAbsoluteAxisValue(mId, code, &value);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp606 virtual status_t getAbsoluteAxisValue(int32_t deviceId, int32_t axis, function in class:android::FakeEventHub

Completed in 119 milliseconds