Home
last modified time | relevance | path

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

/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp57 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/
DInputHub.cpp327 status_t EvdevDeviceNode::getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue() function in android::EvdevDeviceNode