/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
|
/aosp14/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/frameworks/base/media/java/android/media/ |
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
|
/aosp14/frameworks/base/media/java/android/media/ |
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/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/layoutlib/remote/common/src/com/android/layout/remote/util/ |
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
|
H A D | RemoteInputStreamAdapter.java | 40 public int read() throws IOException { in read() method in RemoteInputStreamAdapter 45 public byte[] read(int off, int len) throws IOException, RemoteException { in read() method in RemoteInputStreamAdapter
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
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/com/android/internal/infra/ |
H A D | RemoteStream.java | 97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
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
|
/aosp14/frameworks/base/core/java/com/android/internal/infra/ |
H A D | RemoteStream.java | 97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A 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
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/testing/ |
H A D | RandomInputStream.java | 46 public int read() throws IOException { in read() method in RandomInputStream 55 public int read(byte[] b, int off, int len) throws IOException { in read() method in RandomInputStream
|
/aosp14/frameworks/base/obex/javax/obex/ |
H A 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
|
/aosp12/frameworks/ex/framesequence/jni/ |
H A D | Stream.cpp | 28 jmethodID read; member 51 size_t read = doRead(mPeekBuffer + mPeekOffset, size - peek_remaining); in peek() local 60 size_t Stream::read(void* buffer, size_t size) { in read() function in Stream
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
H A D | ArchiveEntryInputStream.java | 46 public int read() throws IOException { in read() method in ArchiveEntryInputStream 51 public int read(byte[] b, int off, int len) throws IOException { in read() method in ArchiveEntryInputStream 75 int read(byte[] b, int off, int len) throws IOException; in read() method
|
/aosp12/frameworks/multidex/library/test/src/androidx/multidex/ |
H A 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
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
H A D | CountedDataInputStream.java | 45 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream 52 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream 59 public int read() throws IOException { in read() method in CountedDataInputStream
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A 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
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A 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
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A 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
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A 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
|