Searched defs:getAbsoluteAxisValue (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/tests/input/evdev/ | ||
D | InputDevice_test.cpp | 57 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const { return 0; } in getAbsoluteAxisValue() function in android::tests::MockInputDeviceNode |
/hardware/libhardware/modules/input/evdev/ | ||
D | InputHub.cpp | 327 status_t EvdevDeviceNode::getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EvdevDeviceNode |