Searched defs:read (Results 51 - 75 of 150) sorted by relevance

123456

/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp109 status_t RepeaterSource::read( function in class:android::RepeaterSource
184 status_t err = mSource->read(&buffer);
186 ALOGV("read mbuf %p", buffer);
/frameworks/av/media/mtp/
H A DMtpProperty.cpp126 bool MtpProperty::read(MtpDataPacket& packet) { function in class:android::MtpProperty
/frameworks/base/core/java/android/metrics/
H A DMetricsReader.java72 * @param horizonMs block until this timestamp is overwritten, 0 for non-blocking read.
74 public void read(long horizonMs) { method in class:MetricsReader
109 * Empties the session and causes the next {@link #read(long)} to
/frameworks/base/core/java/android/provider/
H A DSettingsStringUtil.java167 public String read() { method in class:SettingsStringUtil.SettingStringHelper
178 return write(change.apply(read()));
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java87 read(Streams.readFully(is));
109 read(manifestBytes);
178 * Merges name/attribute pairs read from the input stream {@code is} into this manifest.
181 * The {@code InputStream} to read from.
185 public void read(InputStream is) throws IOException { method in class:StrictJarManifest
186 read(Streams.readFullyNoClose(is));
189 private void read(byte[] buf) throws IOException { method in class:StrictJarManifest
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp52 ssize_t readByteCount = read(fd, readBuffer, remainingBytes);
66 "File closed before all bytes were read. %zu/%zu remaining", remainingBytes,
92 bool read = readAllBytes(fd, (void*) &readInfo, sizeof(AndroidBitmapInfo)); local
93 if (!read) {
94 throwIllegalStateException(env, (char*) "Cannot read bitmap info");
124 read = readAllBytes(fd, (void*) pixels, byteCount);
125 if (!read) {
126 throwIllegalStateException(env, (char*) "Cannot read bitmap pixels");
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DNetworkPolicyEditor.java57 public void read() { method in class:NetworkPolicyEditor
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { method in class:CountedDataInputStream
45 int r = in.read(b);
51 public int read(byte[] b, int off, int len) throws IOException { method in class:CountedDataInputStream
52 int r = in.read(b, off, len);
58 public int read() throws IOException { method in class:CountedDataInputStream
59 int r = in.read();
83 int r = read(b, off, len);
/frameworks/base/services/core/java/com/android/server/pm/
H A DCompilerStats.java200 public boolean read(Reader r) { method in class:CompilerStats
279 void read() { method in class:CompilerStats
280 read((Void)null);
289 read(in);
/frameworks/base/tools/aapt/
H A DZipEntry.cpp48 /* read the CDE */
49 result = mCDE.read(fp);
51 ALOGD("mCDE.read failed\n");
65 result = mLFH.read(fp);
67 ALOGD("mLFH.read failed\n");
77 * We *might* need to read the Data Descriptor at this point and
385 status_t ZipEntry::LocalFileHeader::read(FILE* fp) function in class:ZipEntry::LocalFileHeader
519 status_t ZipEntry::CentralDirEntry::read(FILE* fp) function in class:ZipEntry::CentralDirEntry
573 /* read "extra field" */
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp159 bool FileHandle::read(void* pMemBuffer, size_t pStartOffset, size_t pLength) { function in class:mcld::FileHandle
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp65 ssize_t SensorEventQueue::read(ASensorEvent* events, size_t numEvents) { function in class:android::SensorEventQueue
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp96 config(config), read(0), draw(0), cnx(cnx), version(version) {
100 read = NULL;
104 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) { argument
105 this->read = read;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStoreLegacy.java51 * 2. Load all the store data using {@link #read()}
200 Log.w(TAG, "Failed to read/parse Passpoint config file: " + e.getMessage());
261 public WifiConfigStoreDataLegacy read() { method in class:WifiConfigStoreLegacy
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp92 virtual status_t read( function in class:DummySource
109 // read() much faster.
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamRecord.cpp276 aaudio_result_t AudioStreamRecord::read(void *buffer, function in class:AudioStreamRecord
293 ssize_t bytesRead = mAudioRecord->read(buffer, numBytes, blocking);
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp49 virtual status_t read(
91 // or 0 if the size can't be read due to an error in the header or a read failure.
288 status_t AACSource::read( function in class:android::AACSource
H A DAMRExtractor.cpp47 virtual status_t read(
256 status_t AMRSource::read( function in class:android::AMRSource
H A DCameraSourceTimeLapse.cpp119 // not skip the next frame as we want read() to get a get a frame
206 status_t CameraSourceTimeLapse::read( function in class:android::CameraSourceTimeLapse
208 ALOGV("read");
210 mLastReadStatus = CameraSource::read(buffer, options);
212 // mQuickStop may have turned to true while read was blocked.
266 ALOGV("dataCallbackTimestamp timelapse: forced read");
H A DJPEGSource.cpp110 status_t JPEGSource::read( function in class:android::JPEGSource
H A DMidiExtractor.cpp47 virtual status_t read(
116 status_t MidiSource::read( function in class:android::MidiSource
119 ALOGV("MidiSource::read");
132 ALOGV("MidiSource::read %p done", this);
H A DSimpleDecodingSource.cpp177 status_t SimpleDecodingSource::read( function in class:SimpleDecodingSource
249 res = mSource->read(&in_buf, options);
321 // abort read on stop
H A DSurfaceMediaSource.cpp269 status_t SurfaceMediaSource::read( function in class:android::SurfaceMediaSource
271 ALOGV("read");
294 err = item.mFence->waitForever("SurfaceMediaSource::read");
296 ALOGW("read: failed to wait for buffer fence: %d", err);
326 ALOGE("read: acquire failed with error code %d", err);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp215 status_t AACEncoder::read( function in class:android::AACEncoder
243 if (mSource->read(&mInputBuffer, options) != OK) {
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java32 * opened FileDescriptor that can be used to read the data, as well as the
98 * Returns the FileDescriptor that can be used to read the data in the
143 * should be read to the end of the file.
218 public int read() throws IOException { method in class:AssetFileDescriptor.AutoCloseInputStream
220 int result = read(buffer, 0, 1);
225 public int read(byte[] buffer, int offset, int count) throws IOException { method in class:AssetFileDescriptor.AutoCloseInputStream
229 int res = super.read(buffer, offset, count);
234 return super.read(buffer, offset, count);
238 public int read(byte[] buffer) throws IOException { method in class:AssetFileDescriptor.AutoCloseInputStream
239 return read(buffe
[all...]

Completed in 317 milliseconds

123456