Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp174 int32_t nextGenericAxisId = AMOTION_EVENT_AXIS_GENERIC_1; in configure() local
179 while (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16 && in configure()
180 haveAxis(nextGenericAxisId)) { in configure()
181 nextGenericAxisId += 1; in configure()
184 if (nextGenericAxisId <= AMOTION_EVENT_AXIS_GENERIC_16) { in configure()
185 axis.axisInfo.axis = nextGenericAxisId; in configure()
186 nextGenericAxisId += 1; in configure()