Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/io/
DArtifact.kt30 fun readBytes(): ByteArray method
32 fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? method
DReader.kt72 fun readBytes(traceType: TraceType, tag: String = Tag.ALL): ByteArray? method
/platform_testing/libraries/flicker/utils/test/src/android/tools/testutils/
DTestArtifact.kt38 override fun readBytes(): ByteArray = ByteArray(0) in traceCount() method
40 override fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? = null in traceCount() method
DParsedTracesReader.kt82 override fun readBytes(traceType: TraceType, tag: String): ByteArray? { in readLayersDump() method in android.tools.testutils.ParsedTracesReader
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/
DMonitorUtils.kt56 private fun readBytes( in <lambda>() method
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
DFileArtifact.kt72 override fun readBytes(): ByteArray = file.readBytes() in readBytes() method
111 override fun readBytes(descriptor: ResultArtifactDescriptor): ByteArray? { in readBytes() method
DResultReader.kt77 override fun readBytes(traceType: TraceType, tag: String): ByteArray? = in <lambda>() method
/platform_testing/tools/automotive/proxy/
Dproxy.cpp67 int readBytes = read(src_fd, buf, BUFFER_SIZE); in transferBytes() local