/frameworks/base/core/java/android/content/pm/ |
D | LimitedLengthInputStream.java | 58 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
|
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
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupDataInputStream.java | 58 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/ |
D | LayerState.cpp | 39 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
|
D | Sensor.cpp | 147 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/ |
D | PrivateInputStream.java | 90 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/ |
D | ResampleInputStream.java | 73 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
|
D | AmrInputStream.java | 65 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/ |
D | BluetoothInputStream.java | 58 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/ |
D | MicrophoneInputStream.java | 57 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
|
D | UlawEncoderInputStream.java | 141 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/ |
D | ELFSection.hxx | 34 ELFSection<Bitwidth>::read(Archiver &AR, in read() function in ELFSection
|
D | ELFSectionNoBits.hxx | 32 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read() function in ELFSectionNoBits
|
D | ELFSectionStrTab.hxx | 30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read() function in ELFSectionStrTab
|
/frameworks/compile/libbcc/lib/Support/ |
D | InputFile.cpp | 26 ssize_t InputFile::read(void *pBuf, size_t count) { in read() function in InputFile
|
/frameworks/base/core/java/android/util/ |
D | Base64InputStream.java | 108 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/ |
D | AssetFileDescriptor.java | 188 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/ |
D | MtpDeviceInfo.cpp | 62 void MtpDeviceInfo::read(MtpDataPacket& packet) { in read() function in android::MtpDeviceInfo
|
D | MtpStorageInfo.cpp | 46 void MtpStorageInfo::read(MtpDataPacket& packet) { in read() function in android::MtpStorageInfo
|
D | MtpRequestPacket.cpp | 38 int MtpRequestPacket::read(int fd) { in read() function in android::MtpRequestPacket
|
D | MtpObjectInfo.cpp | 58 void MtpObjectInfo::read(MtpDataPacket& packet) { in read() function in android::MtpObjectInfo
|
D | MtpResponsePacket.cpp | 47 int MtpResponsePacket::read(struct usb_request *request) { in read() function in android::MtpResponsePacket
|
D | MtpEventPacket.cpp | 57 int MtpEventPacket::read(struct usb_request *request) { in read() function in android::MtpEventPacket
|
/frameworks/base/core/jni/android/graphics/ |
D | Utils.cpp | 31 size_t AssetStreamAdaptor::read(void* buffer, size_t size) { in read() function in AssetStreamAdaptor
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Prefs.java | 32 public static SharedPreferences read(Context context) { in read() method in Prefs
|