Home
last modified time | relevance | path

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

123456

/frameworks/base/core/java/android/content/pm/
DLimitedLengthInputStream.java58 public synchronized int read() throws IOException { in read() method in LimitedLengthInputStream
68 public int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in LimitedLengthInputStream
91 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.java58 public int read() throws IOException { in read() method in BackupDataInputStream
80 public int read(byte[] b, int offset, int size) throws IOException { in read() method in BackupDataInputStream
93 public int read(byte[] b) throws IOException { in read() method in BackupDataInputStream
/frameworks/native/libs/gui/
DLayerState.cpp39 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
58 status_t ComposerState::read(const Parcel& input) { in read() function in android::ComposerState
75 status_t DisplayState::read(const Parcel& input) { in read() function in android::DisplayState
DSensor.cpp147 size_t read(void const* buffer, size_t offset, String8* value, int32_t len) { in read() function
153 size_t read(void const* buffer, size_t offset, float* value) { in read() function
159 size_t read(void const* buffer, size_t offset, int32_t* value) { in read() function
/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
/frameworks/base/media/java/android/media/
DResampleInputStream.java73 public int read() throws IOException { in read() method in ResampleInputStream
79 public int read(byte[] b) throws IOException { in read() method in ResampleInputStream
84 public int read(byte[] b, int offset, int length) throws IOException { in read() method in ResampleInputStream
DAmrInputStream.java65 public int read() throws IOException { in read() method in AmrInputStream
71 public int read(byte[] b) throws IOException { in read() method in AmrInputStream
76 public int read(byte[] b, int offset, int length) throws IOException { in read() method in AmrInputStream
/frameworks/base/core/java/android/bluetooth/
DBluetoothInputStream.java58 public int read() throws IOException { in read() method in BluetoothInputStream
89 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
/frameworks/base/core/java/android/speech/srec/
DMicrophoneInputStream.java57 public int read() throws IOException { in read() method in MicrophoneInputStream
64 public int read(byte[] b) throws IOException { in read() method in MicrophoneInputStream
70 public int read(byte[] b, int offset, int length) throws IOException { in read() method in MicrophoneInputStream
DUlawEncoderInputStream.java141 public int read(byte[] buf, int offset, int length) throws IOException { in read() method in UlawEncoderInputStream
163 public int read(byte[] buf) throws IOException { in read() method in UlawEncoderInputStream
168 public int read() throws IOException { in read() method in UlawEncoderInputStream
/frameworks/compile/linkloader/include/impl/
DELFSection.hxx34 ELFSection<Bitwidth>::read(Archiver &AR, in read() function in ELFSection
DELFSectionNoBits.hxx32 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read() function in ELFSectionNoBits
DELFSectionStrTab.hxx30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read() function in ELFSectionStrTab
/frameworks/compile/libbcc/lib/Support/
DInputFile.cpp26 ssize_t InputFile::read(void *pBuf, size_t count) { in read() function in InputFile
/frameworks/base/core/java/android/util/
DBase64InputStream.java108 public int read() throws IOException { in read() method in Base64InputStream
119 public int read(byte[] b, int off, int len) throws IOException { in read() method in Base64InputStream
/frameworks/base/core/java/android/content/res/
DAssetFileDescriptor.java188 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
195 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
208 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream
/frameworks/av/media/mtp/
DMtpDeviceInfo.cpp62 void MtpDeviceInfo::read(MtpDataPacket& packet) { in read() function in android::MtpDeviceInfo
DMtpStorageInfo.cpp46 void MtpStorageInfo::read(MtpDataPacket& packet) { in read() function in android::MtpStorageInfo
DMtpRequestPacket.cpp38 int MtpRequestPacket::read(int fd) { in read() function in android::MtpRequestPacket
DMtpObjectInfo.cpp58 void MtpObjectInfo::read(MtpDataPacket& packet) { in read() function in android::MtpObjectInfo
DMtpResponsePacket.cpp47 int MtpResponsePacket::read(struct usb_request *request) { in read() function in android::MtpResponsePacket
DMtpEventPacket.cpp57 int MtpEventPacket::read(struct usb_request *request) { in read() function in android::MtpEventPacket
/frameworks/base/core/jni/android/graphics/
DUtils.cpp31 size_t AssetStreamAdaptor::read(void* buffer, size_t size) { in read() function in AssetStreamAdaptor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPrefs.java32 public static SharedPreferences read(Context context) { in read() method in Prefs

123456