/aosp12/frameworks/native/libs/binder/include/binder/ |
H A 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 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 …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/parser/ |
H A 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
|
H A 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
|
H A 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
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerState.cpp | 183 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 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
|
H A 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
|
/aosp12/frameworks/base/core/java/android/app/backup/ |
H A 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
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
H A D | PeekableInputStream.java | 37 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 D | FixedLengthInputStream.java | 42 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
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/ |
H A D | StreamUtil.java | 40 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
|
H A D | RemoteInputStream.java | 24 int read() throws IOException; in read() method 26 byte[] read(int off, int len) throws IOException; in read() method
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
H A D | NinePatchInputStream.java | 58 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 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
|
H A 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
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | PrivateInputStream.java | 90 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
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A 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
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A 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
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A 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
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | common_message_types.h | 109 inline std::tuple<ReadStream, ResponseCode> read(Message<ResponseCode>, ReadStream in) { in read() function 117 inline std::tuple<ReadStream, TestModeCommands> read(Message<TestModeCommands>, ReadStream in) { in read() function 127 inline std::tuple<ReadStream, MsgVector<uint8_t>> read(Message<MsgVector<uint8_t>>, ReadStream in) { in read() function 135 inline std::tuple<ReadStream, MsgString> read(Message<MsgString>, ReadStream in) { in read() function 143 inline std::tuple<ReadStream, MsgVector<UIOption>> read(Message<MsgVector<UIOption>>, in read() function 156 read(teeui::Message<teeui::Array<uint8_t, size>>, teeui::ReadStream in) { in read() function
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothInputStream.java | 60 public int read() throws IOException { in read() method in BluetoothInputStream 84 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | SizedInputStream.java | 44 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
|
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
H A D | FakeInputStream.java | 32 public int read() { in read() method in FakeInputStream 43 public int read(byte[] buffer, int offset, int length) { in read() method in FakeInputStream
|
/aosp12/frameworks/base/core/java/com/android/internal/infra/ |
H A D | RemoteStream.java | 97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
|