Home
last modified time | relevance | path

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

123456789

/frameworks/native/libs/binder/include/binder/
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
84 typename std::enable_if<std::is_base_of<LightFlattenable<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
[all …]
/frameworks/base/services/core/java/com/android/server/integrity/parser/
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
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
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
/frameworks/native/libs/gui/
DLayerState.cpp179 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
314 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState
339 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState
584 status_t layer_state_t::matrix22_t::read(const Parcel& input) { in read() function in android::layer_state_t::matrix22_t
629 status_t InputWindowCommands::read(const Parcel& input) { in read() function in android::InputWindowCommands
678 status_t CaptureArgs::read(const Parcel& input) { in read() function in android::CaptureArgs
704 status_t DisplayCaptureArgs::read(const Parcel& input) { in read() function in android::DisplayCaptureArgs
726 status_t LayerCaptureArgs::read(const Parcel& input) { in read() function in android::LayerCaptureArgs
/frameworks/base/core/java/android/content/pm/
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
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
/frameworks/base/core/java/android/app/backup/
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
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
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
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
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
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
/frameworks/base/obex/javax/obex/
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
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
/frameworks/base/media/java/android/media/
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
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
/frameworks/base/core/java/android/bluetooth/
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
/frameworks/base/core/java/com/android/internal/util/
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
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
DRemoteInputStream.java24 int read() throws IOException; in read() method
26 byte[] read(int off, int len) throws IOException; in read() method
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
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
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/testing/
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
/frameworks/ex/framesequence/jni/
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
/frameworks/multidex/library/test/src/androidx/multidex/
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
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFastXmlSerializerTest.java100 String read = parser.getAttributeValue(null, ATTR); in checkPreserved() local
109 String read = parser.getText(); in checkPreserved() local
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuTotalBpfMapReader.java28 public static long[] read() { in read() method in KernelCpuTotalBpfMapReader

123456789