Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp176 int32_t nextGenericAxisId = AMOTION_EVENT_AXIS_GENERIC_1; in configure() local
181 while (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16 && in configure()
182 haveAxis(nextGenericAxisId)) { in configure()
183 nextGenericAxisId += 1; in configure()
186 if (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16) { in configure()
187 axis.axisInfo.axis = nextGenericAxisId; in configure()
188 nextGenericAxisId += 1; in configure()