Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java2178 int inIndex = 0; in byteArrayToNumberArray() local
2180 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()
/frameworks/native/services/inputflinger/
DInputReader.cpp6554 uint32_t inIndex = inIdToIndex[id]; in updateMovedPointers() local
6557 const PointerProperties& curInProperties = inProperties[inIndex]; in updateMovedPointers()
6558 const PointerCoords& curInCoords = inCoords[inIndex]; in updateMovedPointers()
6953 for (size_t inIndex = 0; inIndex < inCount; inIndex++) { in syncTouch() local
6955 mMultiTouchMotionAccumulator.getSlot(inIndex); in syncTouch()