Searched defs:read (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp58 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
978 ALOGV("read original format: %d", original_fourcc);
2708 // read CencSampleAuxiliaryDataFormats
3036 status_t MPEG4Source::read( function in class:android::MPEG4Source
H A DOMXCodec.cpp2686 // call to OMXCodec::read as mInitialBufferSubmit is true at
3037 err = mSource->read(&srcBuffer, &options);
3056 err = mSource->read(&srcBuffer);
3078 "buffer read from source (info->mSize = %d, srcLength = %d)",
3789 status_t OMXCodec::read( function in class:android::OMXCodec
/frameworks/native/opengl/libagl/
H A Degl.cpp128 EGLSurface read; member in struct:android::egl_context_t
1670 c->read = 0;
1687 EGLSurface read, EGLContext ctx)
1699 if (read && read!=draw) {
1700 egl_surface_t* s = (egl_surface_t*)read;
1705 // TODO: check that read is compatible with the context
1710 if ((read == EGL_NO_SURFACE && draw == EGL_NO_SURFACE) && (ctx != EGL_NO_CONTEXT))
1713 if ((read != EGL_NO_SURFACE || draw != EGL_NO_SURFACE) && (ctx == EGL_NO_CONTEXT))
1722 egl_surface_t* r = (egl_surface_t*)read;
1686 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java92 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
97 * read special incoming messages such as to perform phone number verification.</p>
99 * <p>For more information about building SMS apps, read the blog post, <a
171 * Has the message been read?
174 public static final String READ = "read";
309 * @param read true if the message has been read, false if not
316 Long date, boolean read, boolean deliveryReport) {
318 date, read, deliveryReport, -1L);
330 * @param read tru
314 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
336 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
450 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java1303 int amt = stream.read(data, pos, data.length-pos);
1323 public void read(InputStream stream) { method in class:ProcessStats
1542 if (DEBUG_PARCEL) Slog.d(TAG, "Successfully read procstats!");

Completed in 225 milliseconds

123456