Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 125) sorted by relevance

12345

/aosp14/frameworks/base/core/java/android/companion/virtual/audio/
H A DAudioCapture.java112 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioCapture
117 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in read() method in AudioCapture
131 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioCapture
136 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, in read() method in AudioCapture
150 public int read(@NonNull float[] audioData, int offsetInFloats, int sizeInFloats, in read() method in AudioCapture
164 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioCapture
169 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts, in read() method in AudioCapture
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRandomAccessObject.java31 public abstract int read() throws IOException; in read() method in RandomAccessObject
34 public abstract int read(byte[] bytes, int off, int len) throws IOException; in read() method in RandomAccessObject
73 public int read() throws IOException { in read() method in RandomAccessObject.RandomAccessFileObject
78 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in RandomAccessObject.RandomAccessFileObject
107 public int read() throws IOException { in read() method in RandomAccessObject.RandomAccessByteArrayObject
116 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in RandomAccessObject.RandomAccessByteArrayObject
H A DLimitInputStream.java43 public int read() throws IOException { in read() method in LimitInputStream
52 public int read(byte[] b) throws IOException { in read() method in LimitInputStream
57 public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitInputStream
H A DRandomAccessInputStream.java56 public int read() throws IOException { in read() method in RandomAccessInputStream
65 public int read(byte[] b) throws IOException { in read() method in RandomAccessInputStream
70 public int read(byte[] b, int off, int len) throws IOException { in read() method in RandomAccessInputStream
/aosp14/frameworks/base/core/java/android/content/pm/
H A DLimitedLengthInputStream.java59 public synchronized int read() throws IOException { in read() method in LimitedLengthInputStream
69 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in LimitedLengthInputStream
92 public int read(byte[] buffer) throws IOException { in read() method in LimitedLengthInputStream
H A DMacAuthenticatedInputStream.java62 public int read() throws IOException { in read() method in MacAuthenticatedInputStream
71 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in MacAuthenticatedInputStream
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupDataInputStream.java62 public int read() throws IOException { in read() method in BackupDataInputStream
84 public int read(byte[] b, int offset, int size) throws IOException { in read() method in BackupDataInputStream
97 public int read(byte[] b) throws IOException { in read() method in BackupDataInputStream
/aosp14/frameworks/base/media/java/android/media/
H A DResampleInputStream.java71 public int read() throws IOException { in read() method in ResampleInputStream
77 public int read(byte[] b) throws IOException { in read() method in ResampleInputStream
82 public int read(byte[] b, int offset, int length) throws IOException { in read() method in ResampleInputStream
H A DAmrInputStream.java92 public int read() throws IOException { in read() method in AmrInputStream
101 public int read(byte[] b) throws IOException { in read() method in AmrInputStream
109 public int read(byte[] b, int offset, int length) throws IOException { in read() method in AmrInputStream
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
H A DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
H A DExifReader.java44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, in read() method in ExifReader
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DSizedInputStream.java44 public int read() throws IOException { in read() method in SizedInputStream
49 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in SizedInputStream
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DRemoteStream.java97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
/aosp14/frameworks/base/obex/javax/obex/
H A DObexPacket.java39 public static ObexPacket read(InputStream is) throws IOException { in read() method in ObexPacket
51 public static ObexPacket read(int headerId, InputStream is) throws IOException { in read() method in ObexPacket
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java100 String read = parser.getAttributeValue(null, ATTR); in checkPreserved() local
109 String read = parser.getText(); in checkPreserved() local
/aosp14/frameworks/base/core/tests/companiontests/src/android/companion/
H A DSystemDataTransportTest.java248 public int read() throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream
253 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream
270 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.DelayingInputStream
297 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.TrickleInputStream
/aosp14/frameworks/base/core/java/android/util/
H A DBase64InputStream.java108 public int read() throws IOException { in read() method in Base64InputStream
119 public int read(byte[] b, int off, int len) throws IOException { in read() method in Base64InputStream
/aosp14/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java322 public int read() throws IOException { in read() method in StrictJarFile.JarFileInputStream
347 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.JarFileInputStream
400 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.ZipInflaterInputStream
461 @Override public int read() throws IOException { in read() method in StrictJarFile.FDStream
465 @Override public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in StrictJarFile.FDStream
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuTotalBpfMapReader.java28 public static long[] read() { in read() method in KernelCpuTotalBpfMapReader
/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java222 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
229 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
242 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
/aosp14/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsDataStorage.java127 public void read(InputStream in) throws IOException { in read() method in PowerStatsDataStorage.DataReader
150 public void read(InputStream in) throws IOException { in read() method in PowerStatsDataStorage.DataRewriter
243 public void read(DataElementReadCallback callback) throws IOException { in read() method in PowerStatsDataStorage
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java137 public int read(byte[] buf, int off, int len) throws IOException { in read() method in SparseInputStream
162 public int read() throws IOException { in read() method in SparseInputStream
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXml.java35 public static void read(InputStream in, IntervalStats statsOut) throws IOException { in read() method in UsageStatsXml
/aosp14/system/core/fastboot/device/
H A Dfastboot_device.cpp188 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData()
192 bool FastbootDevice::HandleData(bool read, char* data, uint64_t size) { in HandleData()

12345