Searched refs:read (Results 326 - 350 of 642) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp111 status_t JPEGSource::read( function in class:android::JPEGSource
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h59 virtual status_t read(
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp43 ssize_t len = read(fd, mProcessName, sizeof(mProcessName));
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp186 status_t err = decoder->read(&buffer);
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpointShared.cpp184 Timestamp timestamp = mAtomicTimestamp.read();
H A DAAudioServiceStreamMMAP.cpp183 Timestamp timestamp = mAtomicTimestamp.read();
/frameworks/base/apct-tests/perftests/core/src/android/database/
H A DTableHelper.java30 void read(); method in interface:TableHelper.CursorReader
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java76 * <p>For more information about using Bluetooth, read the
438 // read out port number
526 /*package*/ int read(byte[] b, int offset, int length) throws IOException { method in class:BluetoothSocket
528 if (VDBG) Log.d(TAG, "read in: " + mSocketIS + " len: " + length);
532 Log.v(TAG, "l2cap: read(): offset: " + offset + " length:" + length
554 if (VDBG) Log.v(TAG, "default: read(): offset: " + offset + " length:" + length);
555 ret = mSocketIS.read(b, offset, length);
558 throw new IOException("bt socket closed, read return: " + ret);
560 if (VDBG) Log.d(TAG, "read out: " + mSocketIS + " ret: " + ret);
648 * Use this to optimize the reads done on the input stream, as any call to read
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DAccessoryFilter.java59 public static AccessoryFilter read(XmlPullParser parser) method in class:AccessoryFilter
/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/util/
H A DAtomicFile.java115 // Rename the current file so it may be used as a backup during the next read
150 * commit the new data. The next attempt to read the atomic file
215 * opening for read. You should call close() on the FileInputStream when
266 int amt = stream.read(data, pos, data.length-pos);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java219 final int readBytes = unzipper.read(result, totalReadBytes, restBytes);
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DBandwidthTestUtil.java105 while ((current = bis.read()) != -1) {
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java98 while ((length = reader.read(buffer)) != -1) {
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp125 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java96 while ((ch = in.read()) != -1) {
/frameworks/base/native/android/
H A Dasset_manager.cpp151 return asset->mAsset->read(buf, (size_t)count);
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java114 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); argument
/frameworks/base/packages/MtpDocumentsProvider/perf_tests/src/com/android/mtp/
H A DAppFusePerfTest.java59 stream.read(bytes);
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DURLFetcher.java143 while ((len = bis.read(buffer)) != -1) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java163 while (0 < (len = is.read(buf, 0, BUFSIZ))) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java98 while (fis.read() != -1);
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java411 abstract boolean read(PinRange outPinRange); method in class:PinnerService.PinRangeSource
425 boolean read(PinRange outPinRange) { method in class:PinnerService.PinRangeSourceStatic
443 boolean read(PinRange outPinRange) { method in class:PinnerService.PinRangeSourceStream
493 while (bytesPinned < maxBytesToPin && pinRangeSource.read(pinRange)) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java52 // read XTRA servers from the Properties object
140 while ((count = in.read(buffer)) != -1) {
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDexUsage.java196 public void read() { method in class:PackageDexUsage
197 read((Void) null);
300 read(in);
310 /* package */ void read(Reader reader) throws IOException { method in class:PackageDexUsage
827 // Can happen if we read a previous version.

Completed in 227 milliseconds

<<11121314151617181920>>