/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/base/media/java/android/media/ |
D | ResampleInputStream.java | 74 public int read() throws IOException { in read() method in ResampleInputStream 80 public int read(byte[] b) throws IOException { in read() method in ResampleInputStream 85 public int read(byte[] b, int offset, int length) throws IOException { in read() method in ResampleInputStream
|
D | AmrInputStream.java | 66 public int read() throws IOException { in read() method in AmrInputStream 72 public int read(byte[] b) throws IOException { in read() method in AmrInputStream 77 public int read(byte[] b, int offset, int length) throws IOException { in read() method in AmrInputStream
|
/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/tests/CoreTests/android/core/ |
D | IOUtil.java | 36 public static String read(InputStream a) throws IOException { in read() method in IOUtil 54 public static String read(Reader a) throws IOException { in read() method in IOUtil 73 public static String read(InputStream a, int x) throws IOException { in read() method in IOUtil 90 public static String read(Reader a, int x) throws IOException { in read() method in IOUtil
|
/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/content/res/ |
D | AssetFileDescriptor.java | 205 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 217 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 230 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseInputStream 324 public int read() throws IOException { in read() method in AssetFileDescriptor.AutoCloseMemoryFileInputStream 329 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in AssetFileDescriptor.AutoCloseMemoryFileInputStream 334 public int read(byte[] buffer) throws IOException { in read() method in AssetFileDescriptor.AutoCloseMemoryFileInputStream
|
/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/base/libs/gui/ |
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
|
D | SensorChannel.cpp | 73 ssize_t SensorChannel::read(void* vaddr, size_t size) in read() function in android::SensorChannel
|
/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/jni/android/graphics/ |
D | Utils.cpp | 31 size_t AssetStreamAdaptor::read(void* buffer, size_t size) { in read() function in AssetStreamAdaptor
|
/frameworks/base/media/java/android/drm/mobile1/ |
D | DrmRawContent.java | 303 public int read() throws IOException { in read() method in DrmRawContent.DrmInputStream 317 public int read(byte[] b) throws IOException { in read() method in DrmRawContent.DrmInputStream 324 public int read(byte[] b, int off, int len) throws IOException { in read() method in DrmRawContent.DrmInputStream
|
/frameworks/base/libs/surfaceflinger_client/ |
D | LayerState.cpp | 44 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
|
/frameworks/base/tools/aapt/ |
D | ZipEntry.cpp | 402 status_t ZipEntry::LocalFileHeader::read(FILE* fp) in read() function in ZipEntry::LocalFileHeader 536 status_t ZipEntry::CentralDirEntry::read(FILE* fp) in read() function in ZipEntry::CentralDirEntry
|
/frameworks/base/media/libstagefright/rtsp/ |
D | VideoSource.h | 57 virtual status_t read( in read() function
|
/frameworks/base/media/libstagefright/codecs/mp3dec/ |
D | MP3Decoder.cpp | 118 status_t MP3Decoder::read( in read() function in android::MP3Decoder
|
/frameworks/base/cmds/stagefright/ |
D | SineSource.cpp | 60 status_t SineSource::read( in read() function in android::SineSource
|
/frameworks/base/core/java/com/android/internal/util/ |
D | BitwiseInputStream.java | 74 public int read(int bits) throws AccessException { in read() method in BitwiseInputStream
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPoolThread.cpp | 38 const SoundPoolMsg SoundPoolThread::read() { in read() function in android::SoundPoolThread
|
/frameworks/base/media/libstagefright/ |
D | ShoutcastSource.cpp | 89 status_t ShoutcastSource::read( in read() function in android::ShoutcastSource
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
D | AdbUtils.java | 94 int read = is.read(buf); in sendAdbCmd() local
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/ |
D | AMRNBDecoder.cpp | 113 status_t AMRNBDecoder::read( in read() function in android::AMRNBDecoder
|
/frameworks/base/core/java/android/net/ |
D | LocalSocketImpl.java | 64 public int read() throws IOException { in read() method in LocalSocketImpl.SocketInputStream 77 public int read(byte[] b) throws IOException { in read() method in LocalSocketImpl.SocketInputStream 83 public int read(byte[] b, int off, int len) throws IOException { in read() method in LocalSocketImpl.SocketInputStream
|