Home
last modified time | relevance | path

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

12345678910>>...26

/aosp12/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h43 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
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
145 typename std::enable_if<std::is_base_of<Parcelable, T>::value, status_t>::type read( in read() function
[all …]
/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
/aosp12/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/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
/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp183 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
321 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState
348 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState
604 status_t layer_state_t::matrix22_t::read(const Parcel& input) { in read() function in android::layer_state_t::matrix22_t
641 status_t InputWindowCommands::read(const Parcel& input) { in read() function in android::InputWindowCommands
688 status_t CaptureArgs::read(const Parcel& input) { in read() function in android::CaptureArgs
714 status_t DisplayCaptureArgs::read(const Parcel& input) { in read() function in android::DisplayCaptureArgs
736 status_t LayerCaptureArgs::read(const Parcel& input) { in read() function in android::LayerCaptureArgs
/aosp12/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
/aosp12/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
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DPeekableInputStream.java37 public int read() throws IOException { in read() method in PeekableInputStream
55 public int read(byte[] b, int offset, int length) throws IOException { in read() method in PeekableInputStream
71 public int read(byte[] b) throws IOException { in read() method in PeekableInputStream
H A DFixedLengthInputStream.java42 public int read() throws IOException { in read() method in FixedLengthInputStream
52 public int read(byte[] b, int offset, int length) throws IOException { in read() method in FixedLengthInputStream
67 public int read(byte[] b) throws IOException { in read() method in FixedLengthInputStream
/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
/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
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DStreamUtil.java40 public int read(byte[] b) throws IOException { in getInputStream() method in StreamUtil
46 public int read(byte[] b, int off, int len) throws IOException { in getInputStream() method in StreamUtil
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DNinePatchInputStream.java58 public int read() throws IOException { in read() method in NinePatchInputStream
63 public int read(byte[] b) throws IOException { in read() method in NinePatchInputStream
68 public int read(byte[] b, int off, int len) throws IOException { in read() method in NinePatchInputStream
/aosp12/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
/aosp12/frameworks/base/obex/javax/obex/
H A DPrivateInputStream.java90 public synchronized int read() throws IOException { in read() method in PrivateInputStream
101 public int read(byte[] b) throws IOException { in read() method in PrivateInputStream
106 public synchronized int read(byte[] b, int offset, int length) throws IOException { in read() method in PrivateInputStream
/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
/aosp12/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
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/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
/aosp12/packages/apps/Gallery2/gallerycommon/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
/aosp12/packages/apps/Camera2/src/com/android/camera/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
/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

12345678910>>...26