Searched refs:inIndex (Results 1 – 3 of 3) sorted by relevance
264 for (size_t inIndex = 0; inIndex < inCount; inIndex++) { in syncTouch() local266 mMultiTouchMotionAccumulator.getSlot(inIndex); in syncTouch()277 ALOGI("Stop processing slot %zu for it received a palm event from device %s", inIndex, in syncTouch()
3672 uint32_t inIndex = inIdToIndex[id]; in updateMovedPointers() local3675 const PointerProperties& curInProperties = inProperties[inIndex]; in updateMovedPointers()3676 const PointerCoords& curInCoords = inCoords[inIndex]; in updateMovedPointers()
2178 int inIndex = 0; in byteArrayToNumberArray() local2180 while (inIndex < valuesIn.length && outIndex < valuesOut.length) { in byteArrayToNumberArray()2182 valuesOut[outIndex++] = byteArrayToInt(valuesIn, inIndex); in byteArrayToNumberArray()2183 inIndex += Integer.BYTES; in byteArrayToNumberArray()2185 valuesOut[outIndex++] = byteArrayToFloat(valuesIn, inIndex); in byteArrayToNumberArray()2186 inIndex += Float.BYTES; in byteArrayToNumberArray()