Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DLocaleDeviceInfo.java167 FileChannel fileChannel = in.getChannel()) { in sha256()
169 MappedByteBuffer mappedByteBuffer = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, in sha256()
170 fileChannel.size()); in sha256()
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java131 FileChannel fileChannel; field in DngCreatorTest.DngDebugParams
497 FileChannel fileChannel = null; in testRaw16JpegMaximumResolutionConsistency() local
542 params.fileChannel = fileChannel; in testRaw16JpegMaximumResolutionConsistency()
554 if (fileChannel != null) { in testRaw16JpegMaximumResolutionConsistency()
555 fileChannel.close(); in testRaw16JpegMaximumResolutionConsistency()
592 FileChannel fileChannel = null; in testRaw16JpegConsistency() local
626 params.fileChannel = fileChannel; in testRaw16JpegConsistency()
639 if (fileChannel != null) { in testRaw16JpegConsistency()
640 fileChannel.close(); in testRaw16JpegConsistency()
765 params.fileChannel = new FileOutputStream(jpegFilePath).getChannel(); in debugDumpDng()
[all …]
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java126 FileChannel fileChannel = refStream.getChannel(); in readAudioReferenceFile() local
130 fileChannel.read(refBuffer); in readAudioReferenceFile()