Home
last modified time | relevance | path

Searched defs: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
216 val actualLength = inputReader.read(auxBuffer, 0, requestLength.toInt()) in processSampleData() constant