Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1852 static void setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis,
DInputReader.cpp6509 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.axis, axis.currentValue); in sync()
6511 setPointerCoordsAxisValue(&pointerCoords, axis.axisInfo.highAxis, in sync()
6528 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue() function in android::JoystickInputMapper