Home
last modified time | relevance | path

Searched defs:fileChannel (Results 1 – 25 of 205) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java58 FileSynthesisCallback(@NonNull FileChannel fileChannel, in FileSynthesisCallback()
117 FileChannel fileChannel = null; in start() local
159 FileChannel fileChannel = null; in audioAvailable() local
201 FileChannel fileChannel = null; in done() local
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DNioTest.kt55 val fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.WRITE) in writableChannelNioFile() constant
83 val fileChannel = FileChannel.open(file.toPath(), StandardOpenOption.READ) in readableChannelNioFile() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/
H A DFileAsyncResponseTransformer.java54 private volatile AsynchronousFileChannel fileChannel; field in FileAsyncResponseTransformer
149 private final AsynchronousFileChannel fileChannel; field in FileAsyncResponseTransformer.FileSubscriber
158 … FileSubscriber(AsynchronousFileChannel fileChannel, Path path, CompletableFuture<Void> future, in FileSubscriber()
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DDngCreatorTest.java131 FileChannel fileChannel; field in DngCreatorTest.DngDebugParams
497 FileChannel fileChannel = null; in testRaw16JpegMaximumResolutionConsistency() local
592 FileChannel fileChannel = null; in testRaw16JpegConsistency() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DFileIOInterruptTest.java294 FileChannel fileChannel = new FileInputStream(fifoFile).getChannel(); in testChannelRead_exceptionOnInterrupt() local
436 FileChannel fileChannel = new FileOutputStream(fifoFile).getChannel(); in testChannelWrite_exceptionOnInterrupt() local
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
H A DMappedByteBufferOpener.java51 FileChannel fileChannel = ((FileChannelConvertible) stream).toFileChannel(); in open() local
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DHeaderBlockWriter.java70 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
DSuffixTableWriter.java159 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
/aosp_15_r20/external/downloader/src/main/java/com/google/android/downloader/
H A DProtoFileDownloadDestination.java62 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
H A DSimpleFileDownloadDestination.java66 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DNioFileSystemFileHandle.kt23 private val fileChannel: FileChannel, constant
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DIoUtils.java44 FileChannel fileChannel = inputStream.getChannel(); in getByteBufferFromFd() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/graphics/fonts/
H A DSystemFonts_Delegate.java80 final FileChannel fileChannel = file.getChannel(); in mmap() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/filefilter/
H A DMagicNumberFileFilter.java294 try (FileChannel fileChannel = FileChannel.open(file)) { in accept()
/aosp_15_r20/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DHeaderBlockWriter.java114 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
DSuffixTableWriter.java166 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
H A DTestUtils.java37 try (FileChannel fileChannel = in getTestFileAsBuffer()
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
H A DOvicValidator.java98 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
H A DOvicDetectorTest.java83 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/image/
DFastbootPack.java98 private static PackEntry readPackEntry(FileChannel fileChannel) throws IOException { in readPackEntry()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DOtfFontFileParser.java120 FileChannel fileChannel = in.getChannel(); in mmap() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/
H A DResettableInputStream.java49 private FileChannel fileChannel; // never null field in ResettableInputStream
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DBufferedFileChannelInputStream.java106 private final FileChannel fileChannel; field in BufferedFileChannelInputStream
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/
H A DFileUtil.java161 FileChannel fileChannel = inputStream.getChannel(); in loadMappedFile() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileLockTest.java195 FileChannel fileChannel = fout.getChannel(); in test_release() local

123456789