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

123456

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp50 virtual status_t read(
758 status_t FLACSource::read( function in class:android::FLACSource
777 // otherwise read sequentially
853 // no need to read rest of the header, as a premature EOF will be caught later
H A DOggExtractor.cpp56 virtual status_t read(
258 status_t OggSource::read( function in class:android::OggSource
499 ALOGV("failed to read %zu bytes at offset %#016llx, got %zd bytes",
570 // the first time before we attempt to read a packet from the first page.
731 ALOGV("failed to read %zu bytes at %#016llx, got %zd bytes",
741 // We've just read the entire packet.
838 ALOGV("read packet of size %zu\n", packet->range_length());
H A DMPEG4Extractor.cpp82 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
472 // MPEG2 tracks do not provide CSD, so read the stream header
1134 ALOGV("read original format: %d", original_fourcc);
2238 // advance read pointer so we don't end up reading this again
2424 ALOGE("MPEG4Extractor: error while reading ac-3 block: cannot read sample rate");
2443 ALOGE("MPEG4Extractor: error while reading ac-3 block: cannot read specific box size");
4161 // read CencSampleAuxiliaryDataFormats
4496 status_t MPEG4Source::read( function in class:android::MPEG4Source
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1057 /* EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx ) */
1060 (JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) {
1064 EGLSurface read_native = (EGLSurface) fromEGLHandle(_env, eglsurfaceGetHandleID, read);
1059 android_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) argument
H A Dandroid_hardware_camera2_DngCreator.cpp391 ssize_t read(uint8_t* buf, size_t offset, size_t count);
417 ssize_t JniInputStream::read(uint8_t* buf, size_t offset, size_t count) { function in class:JniInputStream
480 ssize_t read(uint8_t* buf, size_t offset, size_t count);
503 ssize_t JniInputByteBuffer::read(uint8_t* buf, size_t offset, size_t count) { function in class:JniInputByteBuffer
623 ssize_t bytesRead = mInput->read(rowBytes, rowFillAmt, rowSize);
1007 gInputStreamClassInfo.mReadMethod = GetMethodIDOrDie(env, inputStreamClazz, "read", "([BII)I");
/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/telephony/java/android/telephony/
H A DSmsManager.java151 * Whether MMS read report is enabled (boolean type)
1112 /** Received and read (TS 51.011 10.5.3 / 3GPP2 C.S0023 3.4.27). */
1145 * @param contentUri the content Uri from which the message pdu will be read
1230 * @param read if the message is read
1235 boolean seen, boolean read) {
1240 address, type, text, timestampMillis, seen, read);
1259 * @param contentUri the content uri from which to read the PDU of the message to import
1263 * @param read if the message is read
1234 importTextMessage(String address, int type, String text, long timestampMillis, boolean seen, boolean read) argument
1268 importMultimediaMessage(Uri contentUri, String messageId, long timestampSecs, boolean seen, boolean read) argument
[all...]
H A DTelephony.java98 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
103 * read special incoming messages such as to perform phone number verification.</p>
105 * <p>For more information about building SMS apps, read the blog post, <a
177 * Has the message been read?
180 public static final String READ = "read";
269 * This column is read-only. It is set by the provider and can not be changed by apps.
337 * @param read true if the message has been read, false if not
344 Long date, boolean read, boolean deliveryReport) {
346 resolver, uri, address, body, subject, date, read, deliveryRepor
342 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
364 addMessageToUri(int subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
386 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
410 addMessageToUri(int subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
526 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
546 addMessage(int subId, ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java985 * Sets read status of message on MSE
991 * @param read <code>true</code> for "read", <code>false</code> for "unread"
995 public boolean setMessageReadStatus(String handle, boolean read) { argument
1008 StatusIndicator.READ, read);
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp132 virtual status_t read(
658 status_t MatroskaSource::read( function in class:android::MatroskaSource
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java41 * This class presents a lower-level API that allows you to open and read raw
353 * read its contents. This provides access to files that have been bundled
615 public final int read() throws IOException { method in class:AssetManager.AssetInputStream
640 public final int read(byte[] b) throws IOException { method in class:AssetManager.AssetInputStream
643 public final int read(byte[] b, int off, int len) throws IOException { method in class:AssetManager.AssetInputStream
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java852 int amt = stream.read(data, pos, data.length-pos);
872 public void read(InputStream stream) { method in class:ProcessStats
1115 if (DEBUG_PARCEL) Slog.d(TAG, "Successfully read procstats!");
/frameworks/base/media/java/android/media/
H A DAudioRecord.java47 * the following three methods: {@link #read(byte[],int, int)}, {@link #read(short[], int, int)}
48 * or {@link #read(ByteBuffer, int)}. The choice of which method to use will be based
53 * been read yet. Data should be read from the audio hardware in chunks of sizes inferior to
136 * The read mode indicating the read operation will block until all data
137 * requested has been read.
142 * The read mode indicating the read operatio
1066 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { method in class:AudioRecord
1097 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, method in class:AudioRecord
1139 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts) { method in class:AudioRecord
1169 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts, method in class:AudioRecord
1216 public int read(@NonNull float[] audioData, int offsetInFloats, int sizeInFloats, method in class:AudioRecord
1267 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { method in class:AudioRecord
1300 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, @ReadMode int readMode) { method in class:AudioRecord
[all...]
H A DExifInterface.java1667 * This function decides which parser to read the image data according to the given input stream
1869 Log.d(TAG, "Cannot read thumbnail from inputstream without mark/reset support");
1887 if (in.read(buffer) != mThumbnailLength) {
2104 if (in.read(signatureCheckBytes) != SIGNATURE_CHECK_SIZE) {
2261 if (in.read(identifier) != 6) {
2280 if (in.read(bytes) != length) {
2292 if (in.read(bytes) != length) {
2399 in.read(jpegOffsetBytes);
2402 in.read(cfaHeaderOffsetBytes);
2444 * images. Both data takes the form of IFDs and can therefore be read wit
3537 public int read() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java406 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
411 EGLSurface read,
408 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx ) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp130 EGLSurface read; member in struct:android::egl_context_t
1711 c->read = 0;
1728 EGLSurface read, EGLContext ctx)
1740 if (read && read!=draw) {
1741 egl_surface_t* s = (egl_surface_t*)read;
1746 // TODO: check that read is compatible with the context
1751 if ((read == EGL_NO_SURFACE && draw == EGL_NO_SURFACE) && (ctx != EGL_NO_CONTEXT))
1754 if ((read != EGL_NO_SURFACE || draw != EGL_NO_SURFACE) && (ctx == EGL_NO_CONTEXT))
1763 egl_surface_t* r = (egl_surface_t*)read;
1727 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp746 EGLSurface read, EGLContext ctx)
753 // If ctx is not EGL_NO_CONTEXT, read is not EGL_NO_SURFACE, or draw is not
756 if ( (ctx != EGL_NO_CONTEXT) || (read != EGL_NO_SURFACE) ||
764 SurfaceRef _r(dp.get(), read);
790 if (draw != EGL_NO_SURFACE || read != EGL_NO_SURFACE) {
808 // retrieve the underlying implementation's read EGLSurface
809 if (read != EGL_NO_SURFACE) {
811 r = get_surface(read);
817 draw, read, ctx,
839 SurfaceRef _r2(dp.get(), cur_c->read);
745 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
[all...]
/frameworks/rs/
H A DrsAllocation.cpp225 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, function in class:android::renderscript::Allocation
232 "Allocation::read called with mismatched size expected %zu, got %zu",
242 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, function in class:android::renderscript::Allocation
261 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, function in class:android::renderscript::Allocation
679 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
718 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
721 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
724 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes);
913 a->read(rsc, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
921 a->read(rs
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java1005 * to read.
1012 public String read() { method in class:Call.RttCall
1014 int numRead = mReceiveStream.read(mReadBuffer, 0, READ_BUFFER_SIZE);
H A DConnection.java811 * Provides methods to read and write RTT data to/from the in-call app.
852 * to read.
859 public String read() { method in class:Connection.RttTextStream
861 int numRead = mPipeFromInCall.read(mReadBuffer, 0, READ_BUFFER_SIZE);
/frameworks/native/libs/binder/
H A DParcel.cpp633 ALOGW("**** enforceInterface() expected '%s' but read '%s'",
1041 // as readString8 will only read if the length field is non-zero.
1472 status_t Parcel::read(void* outData, size_t len) const function in class:Parcel
1484 ALOGV("read Setting data pos of %p to %zu", this, mDataPos);
2122 err = read(h->data + numFds, sizeof(int)*numInts);
2186 ALOGV("readBlob: read in place");
2194 ALOGV("readBlob: read from ashmem");
2207 status_t Parcel::read(FlattenableHelperInterface& val) const function in class:Parcel
2228 ALOGE("read: failed to allocate requested %zu fds", fd_count);
2238 ALOGE("fcntl(F_DUPFD_CLOEXEC) failed in Parcel::read,
[all...]
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java1599 * This function decides which parser to read the image data according to the given input stream
1766 Log.d(TAG, "Cannot read thumbnail from inputstream without mark/reset support");
1780 if (in.read(buffer) != mThumbnailLength) {
2046 if (in.read(signatureCheckBytes) != SIGNATURE_CHECK_SIZE) {
2199 if (in.read(identifier) != 6) {
2218 if (in.read(bytes) != length) {
2230 if (in.read(bytes) != length) {
2337 in.read(jpegOffsetBytes);
2340 in.read(cfaHeaderOffsetBytes);
2382 * images. Both data takes the form of IFDs and can therefore be read wit
3497 public int read() throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
3503 public int read(byte[] b, int off, int len) throws IOException { method in class:ExifInterface.ByteOrderedDataInputStream
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 503 milliseconds

123456