Searched defs:read (Results 76 - 100 of 133) sorted by relevance

123456

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp128 EGLSurface read, EGLContext ctx) {
127 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSerializedFrame.java55 * there are no array copies or synchronization involved to read back written data.
135 public final int read() { method in class:SerializedFrame.DirectByteInputStream
140 public final int read(byte[] b, int off, int len) { method in class:SerializedFrame.DirectByteInputStream
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java81 public void read(DataInputStream in) throws IOException { method in class:DocumentInfo
H A DRootInfo.java120 public void read(DataInputStream in) throws IOException { method in class:RootInfo
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameReader.cpp89 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame) { function in class:mcld::EhFrameReader
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp312 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
330 EGLSurface draw, EGLSurface read, EGLContext /*ctx*/,
338 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
347 c->onMakeCurrent(draw, read);
329 makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, EGLContext , EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) argument
H A Degl_object.h158 void onMakeCurrent(EGLSurface draw, EGLSurface read);
163 EGLSurface read; member in class:android::egl_context_t
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java56 XMPMeta meta = read(is, false);
133 static XMPMeta read(InputStream is, boolean skipExtendedContent) { method in class:XmpDepthDecode
204 if (is.read() != 0xff || is.read() != M_SOI) {
208 while ((c = is.read()) != -1) {
213 while ((c = is.read()) == 0xff) {
221 // that, so read all data at one time.
227 is.read(section.data, 0, section.data.length);
232 int lh = is.read();
233 int ll = is.read();
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java326 while (pos < length && ((count = in.read(bytes, pos, length - pos)) != -1)) {
330 throw new IOException("Expected " + length + " bytes, read " + pos + " bytes");
385 * @param is The InputStream to read from.
456 public int read() throws IOException { method in class:DiskBasedCache.CountingInputStream
457 int result = super.read();
465 public int read(byte[] buffer, int offset, int count) throws IOException { method in class:DiskBasedCache.CountingInputStream
466 int result = super.read(buffer, offset, count);
482 * Simple wrapper around {@link InputStream#read()} that throws EOFException
485 private static int read(InputStream is) throws IOException { method in class:DiskBasedCache
486 int b = is.read();
[all...]
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp62 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)",
75 // the frame size read already contains the size of the ADTS header, so no need to add it here
258 status_t AacAdtsSource::read( function in class:android::AacAdtsSource
270 SL_LOGV("AacAdtsSource::read() offset=%lld", mOffset);
273 SL_LOGV("AacAdtsSource::read() returns EOS");
286 //SL_LOGV("AacAdtsSource::read() readAt returned %u bytes", readSize);
288 SL_LOGW("AacAdtsSource::read() readSize != frameSizeWithoutHeader");
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp116 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options) { function in class:android::BpMediaSource
120 ALOGV("read status %d, bufferCount %u, sinceStop %u",
177 reply.read(buf->data(), len);
325 // Get max number of buffers to read.
332 // Get read options, if any.
338 && data.read((void *)&opts, len) == NO_ERROR;
347 ret = read(&buf, useOptions ? &opts : nullptr);
/frameworks/av/media/libstagefright/
H A DWAVExtractor.cpp70 virtual status_t read(
416 status_t WAVSource::read( function in class:android::WAVSource
464 // so read multiples of 65, and use smaller buffers to account for ~10:1 expansion ratio
470 // read only integral amounts of audio unit frames.
H A DMP3Extractor.cpp63 // If we can't even read these 10 bytes, we might as well bail
120 * The next read position should start from the end of
224 virtual status_t read(
494 status_t MP3Source::read( function in class:android::MP3Source
H A DMediaCodecSource.cpp196 // call source->stop if read has been pending for over a second
197 // We have to call this outside the looper as looper is pending on the read.
278 status_t err = mSource->read(&mbuf);
382 status_t MediaCodecSource::read( function in class:android::MediaCodecSource
537 if (inputFormat->findInt32("using-sw-read-often", &usingSwReadOften)
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp165 status_t AnotherPacketSource::read( function in class:android::AnotherPacketSource
H A DMPEG2TSExtractor.cpp54 virtual status_t read(
89 status_t MPEG2TSSource::read( function in class:android::MPEG2TSSource
107 return mImpl->read(out, options);
430 // If we're seeking beyond where we know --- read until we reach there.
H A DMPEG2PSExtractor.cpp51 virtual status_t read(
82 virtual status_t read(
661 status_t MPEG2PSExtractor::Track::read( function in class:android::MPEG2PSExtractor::Track
680 return mSource->read(buffer, options);
746 status_t MPEG2PSExtractor::WrappedTrack::read( function in class:android::MPEG2PSExtractor::WrappedTrack
748 return mTrack->read(buffer, options);
/frameworks/base/libs/androidfw/
H A DAsset.cpp18 // Provide access to a read-only asset.
147 * always open things read-only it doesn't really matter, so there's
455 ssize_t _FileAsset::read(void* buf, size_t count) function in class:_FileAsset
464 * On first access, read or map the entire file. The caller has
483 //printf("map read\n");
488 //printf("buf read\n");
492 /* read from the file */
493 //printf("file read\n");
504 * file, so if we don't read the full amount we know something is
570 * Return a read
780 ssize_t _CompressedAsset::read(void* buf, size_t count) function in class:_CompressedAsset
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java264 EGLSurface read, EGLContext context) {
268 arg("read", read);
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context);
263 eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java42 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); argument
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java144 long timestampMillis, boolean seen, boolean read) throws RemoteException {
150 long timestampSecs, boolean seen, boolean read) throws RemoteException {
374 long timestampMillis, boolean seen, boolean read) throws RemoteException {
382 callingPkg, address, type, text, timestampMillis, seen, read);
387 String messageId, long timestampSecs, boolean seen, boolean read)
396 callingPkg, contentUri, messageId, timestampSecs, seen, read);
373 importTextMessage(String callingPkg, String address, int type, String text, long timestampMillis, boolean seen, boolean read) argument
386 importMultimediaMessage(String callingPkg, Uri contentUri, String messageId, long timestampSecs, boolean seen, boolean read) argument
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java320 public void read(InputStream in) throws IOException { method in class:NetworkStatsCollection
321 read(new DataInputStream(in));
324 public void read(DataInputStream in) throws IOException { method in class:NetworkStatsCollection
H A DNetworkStatsRecorder.java347 * with anything read from disk, and write combined set to disk. Clears the
363 public void read(InputStream in) throws IOException { method in class:NetworkStatsRecorder.CombiningRewriter
364 mCollection.read(in);
398 public void read(InputStream in) throws IOException { method in class:NetworkStatsRecorder.RemoveUidRewriter
399 mTemp.read(in);
/frameworks/native/include/binder/
H A DParcel.h220 status_t read(void* outData, size_t len) const;
298 status_t read(Flattenable<T>& val) const;
301 status_t read(LightFlattenable<T>& val) const;
306 // response headers. Callers should use this to read & parse the
483 status_t read(FlattenableHelperInterface& val) const;
535 status_t Parcel::read(Flattenable<T>& val) const { function in class:android::Parcel
537 return read(helper);
541 status_t Parcel::read(LightFlattenable<T>& val) const { function in class:android::Parcel
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java40 * Will only read raw 16 bit dicom slices (the most common type)
141 public TagSet read(File file, int[] tags) throws Exception { method in class:LoaderDicom
314 TagSet data = d.read(file, tags);
409 TagSet data = d.read(file, tags);
549 TagSet data = d.read(file, tags);

Completed in 768 milliseconds

123456