Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/monitors/
DScreenRecorderTest.kt140 val actualLength = kotlin.math.min(readLength.toLong(), bytes.size - position) in read() constant
141 for (i in 0 until actualLength) { in read()
145 position += actualLength in read()
147 return actualLength.toInt() in read()
216 val actualLength = inputReader.read(auxBuffer, 0, requestLength.toInt()) in processSampleData() constant
217 if (actualLength == -1) { in processSampleData()
221 for (i in 0 until actualLength) { in processSampleData()