Home
last modified time | relevance | path

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

12345678910>>...21

/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 …]
/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
/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
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
/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
/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
H A DRemoteInputStream.java24 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 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
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
/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
/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
/aosp12/system/teeui/libteeui/include/teeui/
H A Dcommon_message_types.h109 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 DBluetoothInputStream.java60 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 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
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DFakeInputStream.java32 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 DRemoteStream.java97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()

12345678910>>...21