/aosp_15_r20/frameworks/base/core/java/android/speech/tts/ |
H A D | FileSynthesisCallback.java | 58 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 D | NioTest.kt | 55 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 D | FileAsyncResponseTransformer.java | 54 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 D | DngCreatorTest.java | 131 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 D | FileIOInterruptTest.java | 294 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 D | MappedByteBufferOpener.java | 51 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/ |
D | HeaderBlockWriter.java | 70 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
|
D | SuffixTableWriter.java | 159 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 D | ProtoFileDownloadDestination.java | 62 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
|
H A D | SimpleFileDownloadDestination.java | 66 FileChannel fileChannel = new RandomAccessFile(targetFile, "rw").getChannel(); in openByteChannel() local
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | NioFileSystemFileHandle.kt | 23 private val fileChannel: FileChannel, constant
|
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/ |
D | IoUtils.java | 44 FileChannel fileChannel = inputStream.getChannel(); in getByteBufferFromFd() local
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/graphics/fonts/ |
H A D | SystemFonts_Delegate.java | 80 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 D | MagicNumberFileFilter.java | 294 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/ |
D | HeaderBlockWriter.java | 114 FileChannel fileChannel = FileChannel.open(mFile.toPath(), StandardOpenOption.READ); in close() local
|
D | SuffixTableWriter.java | 166 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 D | TestUtils.java | 37 try (FileChannel fileChannel = in getTestFileAsBuffer()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
H A D | OvicValidator.java | 98 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/ |
H A D | OvicDetectorTest.java | 83 FileChannel fileChannel = inputStream.getChannel(); in loadModelFile() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/image/ |
D | FastbootPack.java | 98 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 D | OtfFontFileParser.java | 120 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 D | ResettableInputStream.java | 49 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 D | BufferedFileChannelInputStream.java | 106 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 D | FileUtil.java | 161 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 D | FileLockTest.java | 195 FileChannel fileChannel = fout.getChannel(); in test_release() local
|