Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine_callback.cpp90 for (int loopIndex = 0; loopIndex < loopCount; loopIndex++) { in testOpenPlayClose() local
94 if ((loopIndex & 1) == 0) { in testOpenPlayClose()
115 argParser.getDurationSeconds(), (loopIndex + 1), loopCount); in testOpenPlayClose()
144 if ((loopIndex & 2) == 0) { in testOpenPlayClose()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTypes.java194 for (int loopIndex = 0; loopIndex < one.numLoops(); loopIndex++) { in s2PolygonEquals()
195 S2Loop oneLoop = one.loop(loopIndex); in s2PolygonEquals()
196 S2Loop twoLoop = two.loop(loopIndex); in s2PolygonEquals()
243 for (int loopIndex = 0; loopIndex < s2Polygon.numLoops(); loopIndex++) { in store()
244 S2Loop s2Loop = s2Polygon.loop(loopIndex); in store()