Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp145 int32_t nextGenericAxisId = AMOTION_EVENT_AXIS_GENERIC_1; in configure() local
149 while (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16 && in configure()
150 haveAxis(nextGenericAxisId)) { in configure()
151 nextGenericAxisId += 1; in configure()
154 if (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16) { in configure()
155 axis.axisInfo.axis = nextGenericAxisId; in configure()
156 nextGenericAxisId += 1; in configure()