Home
last modified time | relevance | path

Searched refs:setPointerCoordsAxisValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
DInputReader.h1803 static void setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis,
DInputReader.cpp7451 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.axis, axis.currentValue); in sync()
7453 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.highAxis, in sync()
7472 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue() function in android::JoystickInputMapper