Home
last modified time | relevance | path

Searched defs:read (Results 26 – 50 of 626) sorted by relevance

12345678910>>...26

/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
/aosp14/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/frameworks/base/media/java/android/media/
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
/aosp14/frameworks/base/media/java/android/media/
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/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/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DRemoteInputStream.java24 int read() throws IOException; in read() method
26 byte[] read(int off, int len) throws IOException; in read() method
H A DRemoteInputStreamAdapter.java40 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 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/com/android/internal/infra/
H A DRemoteStream.java97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
/aosp14/frameworks/base/core/java/android/content/pm/
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
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DRemoteStream.java97 ThrowingConsumer<ParcelFileDescriptor> ipc, ThrowingFunction<InputStream, R> read) { in receiveBytes()
/aosp12/frameworks/base/obex/javax/obex/
H A DObexPacket.java39 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 DRandomInputStream.java46 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 DObexPacket.java39 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 DStream.cpp28 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 DArchiveEntryInputStream.java46 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 DZipUtilTest.java75 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 DCountedDataInputStream.java45 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 DCountedDataInputStream.java44 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 DCountedDataInputStream.java44 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 DCountedDataInputStream.java44 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 DCountedDataInputStream.java44 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 DCountedDataInputStream.java44 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

12345678910>>...26