/frameworks/native/libs/binder/include/binder/ |
D | SafeInterface.h | 43 status_t read(const Parcel& parcel, bool* b) const { in read() function 50 typename std::enable_if<std::is_enum<E>::value, status_t>::type read(const Parcel& parcel, in read() function 63 typename std::enable_if<std::is_base_of<Flattenable<T>, T>::value, status_t>::type read( in read() function 73 typename std::enable_if<std::is_base_of<Flattenable<T>, T>::value, status_t>::type read( in read() function 84 typename std::enable_if<std::is_base_of<LightFlattenable<T>, T>::value, status_t>::type read( in read() function 94 typename std::enable_if<std::is_same<NH, sp<NativeHandle>>::value, status_t>::type read( in read() function 106 typename std::enable_if<std::is_base_of<Parcelable, T>::value, status_t>::type read( in read() function 115 status_t read(const Parcel& parcel, String8* str) const { in read() function 122 typename std::enable_if<std::is_same<IBinder, T>::value, status_t>::type read( in read() function 134 typename std::enable_if<std::is_base_of<IInterface, T>::value, status_t>::type read( in read() function [all …]
|
/frameworks/base/core/java/android/companion/virtual/audio/ |
D | AudioCapture.java | 112 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
|
/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
D | RandomAccessObject.java | 31 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
|
D | LimitInputStream.java | 43 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
|
D | RandomAccessInputStream.java | 56 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
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupDataInputStream.java | 62 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
|
/frameworks/base/core/java/android/content/pm/ |
D | LimitedLengthInputStream.java | 59 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
|
D | MacAuthenticatedInputStream.java | 62 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
|
/frameworks/base/core/java/android/content/res/ |
D | AssetFileDescriptor.java | 245 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 250 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 255 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 315 public int read() throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream 322 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream 335 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.NonSeekableAutoCloseInputStream 410 public int read() throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream 417 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream 443 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream 518 public int read(ByteBuffer dst) throws IOException { in read() method in AssetFileDescriptor.SeekableAutoCloseInputStream.OffsetCorrectFileChannel [all …]
|
/frameworks/base/media/java/android/media/ |
D | ResampleInputStream.java | 71 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
|
D | AmrInputStream.java | 92 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
|
/frameworks/av/services/audioflinger/datapath/ |
D | SpdifStreamIn.cpp | 105 status_t SpdifStreamIn::readDataBurst(void* buffer, size_t bytes, size_t* read) in readDataBurst() 117 status_t SpdifStreamIn::read(void* buffer, size_t numBytes, size_t* read) in read() argument
|
D | AudioStreamIn.cpp | 128 status_t AudioStreamIn::read(void* buffer, size_t bytes, size_t* read) in read() argument
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | NinePatchInputStream.java | 66 public int read() throws IOException { in read() method in NinePatchInputStream 71 public int read(byte[] b) throws IOException { in read() method in NinePatchInputStream 76 public int read(byte[] b, int off, int len) throws IOException { in read() method in NinePatchInputStream
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
D | CountedDataInputStream.java | 44 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
|
/frameworks/base/core/java/com/android/internal/util/ |
D | SizedInputStream.java | 43 public int read() throws IOException { in read() method in SizedInputStream 50 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in SizedInputStream
|
/frameworks/base/obex/javax/obex/ |
D | ObexPacket.java | 39 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
|
/frameworks/multidex/library/test/src/androidx/multidex/ |
D | ZipUtilTest.java | 75 int read = raf.read(dirData, off, length); in testCrcRange() local 122 int read = in.read(buffer); in testCrcValue() local 152 int read = in.read(buffer); in testInvalidCrcValue() local
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FastXmlSerializerTest.java | 115 String read = parser.getAttributeValue(null, ATTR); in checkPreserved() local 124 String read = parser.getText(); in checkPreserved() local
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 199 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t 347 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState 367 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState 812 status_t layer_state_t::matrix22_t::read(const Parcel& input) { in read() function in android::layer_state_t::matrix22_t 853 status_t InputWindowCommands::read(const Parcel& input) { in read() function in android::InputWindowCommands
|
/frameworks/base/core/java/android/util/ |
D | Base64InputStream.java | 109 public int read() throws IOException { in read() method in Base64InputStream 120 public int read(byte[] b, int off, int len) throws IOException { in read() method in Base64InputStream
|
/frameworks/base/core/tests/companiontests/src/android/companion/ |
D | SystemDataTransportTest.java | 324 public int read() throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream 329 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.EmptyInputStream 346 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.DelayingInputStream 373 public int read(byte[] b, int off, int len) throws IOException { in read() method in SystemDataTransportTest.TrickleInputStream
|
/frameworks/base/core/java/android/util/jar/ |
D | StrictJarFile.java | 322 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
|
/frameworks/av/media/mtp/ |
D | MtpFfsCompatHandle.cpp | 152 int MtpFfsCompatHandle::read(void* data, size_t len) { in read() function in android::MtpFfsCompatHandle 176 bool read = false; in receiveFile() local 268 bool read = false; in sendFile() local
|