Home
last modified time | relevance | path

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

1234

/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/base/media/java/android/media/
DResampleInputStream.java74 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
DAmrInputStream.java66 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/
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/tests/CoreTests/android/core/
DIOUtil.java36 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/
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/content/res/
DAssetFileDescriptor.java205 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/
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/base/libs/gui/
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
DSensorChannel.cpp73 ssize_t SensorChannel::read(void* vaddr, size_t size) in read() function in android::SensorChannel
/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/jni/android/graphics/
DUtils.cpp31 size_t AssetStreamAdaptor::read(void* buffer, size_t size) { in read() function in AssetStreamAdaptor
/frameworks/base/media/java/android/drm/mobile1/
DDrmRawContent.java303 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/
DLayerState.cpp44 status_t layer_state_t::read(const Parcel& input) in read() function in android::layer_state_t
/frameworks/base/tools/aapt/
DZipEntry.cpp402 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/
DVideoSource.h57 virtual status_t read( in read() function
/frameworks/base/media/libstagefright/codecs/mp3dec/
DMP3Decoder.cpp118 status_t MP3Decoder::read( in read() function in android::MP3Decoder
/frameworks/base/cmds/stagefright/
DSineSource.cpp60 status_t SineSource::read( in read() function in android::SineSource
/frameworks/base/core/java/com/android/internal/util/
DBitwiseInputStream.java74 public int read(int bits) throws AccessException { in read() method in BitwiseInputStream
/frameworks/base/media/jni/soundpool/
DSoundPoolThread.cpp38 const SoundPoolMsg SoundPoolThread::read() { in read() function in android::SoundPoolThread
/frameworks/base/media/libstagefright/
DShoutcastSource.cpp89 status_t ShoutcastSource::read( in read() function in android::ShoutcastSource
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DAdbUtils.java94 int read = is.read(buf); in sendAdbCmd() local
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
DAMRNBDecoder.cpp113 status_t AMRNBDecoder::read( in read() function in android::AMRNBDecoder
/frameworks/base/core/java/android/net/
DLocalSocketImpl.java64 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

1234