Searched refs:read (Results 201 - 225 of 460) sorted by relevance

1234567891011>>

/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java94 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
99 * read special incoming messages such as to perform phone number verification.</p>
101 * <p>For more information about building SMS apps, read the blog post, <a
173 * Has the message been read?
176 public static final String READ = "read";
331 * @param read true if the message has been read, false if not
338 Long date, boolean read, boolean deliveryReport) {
340 resolver, uri, address, body, subject, date, read, deliveryReport, -1L);
352 * @param read tru
336 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
358 addMessageToUri(long subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
380 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
404 addMessageToUri(long subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
520 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
540 addMessage(long subId, ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
[all...]
/frameworks/rs/
H A DrsAllocation.h120 void read(Context *rsc, uint32_t xoff, uint32_t lod, uint32_t count, void *data, size_t sizeBytes);
121 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
123 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod,
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp468 reply.read(config, sizeof(audio_config_t));
543 reply.read(config, sizeof(audio_config_t));
672 reply.read(pDescriptor, sizeof(effect_descriptor_t));
693 reply.read(pDescriptor, sizeof(effect_descriptor_t));
738 reply.read(pDesc, sizeof(effect_descriptor_t));
807 reply.read(ports, *num_ports * sizeof(struct audio_port));
823 reply.read(port, sizeof(struct audio_port));
841 reply.read(handle, sizeof(audio_patch_handle_t));
870 reply.read(patches, *num_patches * sizeof(struct audio_patch));
1092 data.read(
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp51 virtual status_t read(
82 virtual status_t read(
607 status_t MPEG2PSExtractor::Track::read( function in class:android::MPEG2PSExtractor::Track
626 return mSource->read(buffer, options);
692 status_t MPEG2PSExtractor::WrappedTrack::read( function in class:android::MPEG2PSExtractor::WrappedTrack
694 return mTrack->read(buffer, options);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifParser.java30 * InputStream, the caller can request which IFD's to read via
228 read(mDataAboveIfd0);
420 * tag will have already been read except for tags of undefined type. For
421 * tags of undefined type, call one of the read methods to get the value.
424 * @see #read(byte[])
425 * @see #read(byte[], int, int)
683 read(buf);
800 protected int read(byte[] buffer, int offset, int length) throws IOException { method in class:ExifParser
801 return mTiffStream.read(buffer, offset, length);
805 * Equivalent to read(buffe
807 protected int read(byte[] buffer) throws IOException { method in class:ExifParser
[all...]
/frameworks/native/cmds/dumpstate/
H A Dutils.c104 read(fd, cmdline, sizeof(cmdline) - 1);
156 read(fd, comm, sizeof(comm) - 1);
188 if (read(fd, buffer, sizeof(buffer)) < 0) {
189 printf("Failed to read '%s' (%s)\n", path, strerror(errno));
284 int ret = read(fd, buffer, sizeof(buffer));
590 len = read(cfd, data, sizeof(data) - 1);
616 read(ifd, &ie, sizeof(ie));
/frameworks/av/cmds/stagefright/
H A Daudioloop.cpp134 while (decoder->read(&buffer) == OK) {
/frameworks/av/include/media/nbaio/
H A DNBAIO.h23 // elsewhere. Implementations _should_ be non-blocking for all methods, especially read() and
40 OVERRUN = 0x80000011, // availableToRead(), read(), or readVia() detected lost input due
249 // Number of frames read successfully since construction.
260 // Estimate of number of frames that could be read successfully now.
261 // When a read() is actually attempted, the implementation is permitted to return a smaller or
265 // OVERRUN One or more frames were lost due to overrun, try again to read more recent data.
266 // WOULD_BLOCK Determining how many frames can be read without blocking would itself block.
282 // OVERRUN read() has not been called frequently enough, or with enough frames to keep up.
283 // One or more frames were lost due to overrun, try again to read more recent data.
284 virtual ssize_t read(voi
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h53 virtual status_t read(
H A DSurfaceMediaSource.h79 virtual status_t read(MediaBuffer **buffer,
94 // set by the most recent call to read()
133 // waiting to read more frames. So if on the client side,
180 // separately. Buffers are added to this list in read, and removed from
/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp67 // read from source
68 ssize_t actual = mSource->read(mAllocated, buffer->frameCount, pts);
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java70 * read from it in this case.
95 // Canonically a directory has no associated content, so we don't need to read
122 int got = in.read(buffer, 0, toRead);
124 Log.w(TAG, "Incomplete read: expected " + size + " but got "
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java76 while (dis.read(readBuffer, 0, readBuffer.length) != -1) {
80 Slog.w(TAG, "Could not read manifest");
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java193 // method here if that function didn't read the entire
288 int read = raf.read(buffer, 0, size);
289 sig.update(buffer, 0, read);
290 soFar += read;
/frameworks/base/core/java/android/print/
H A DPrintFileDocumentAdapter.java126 final int readByteCount = in.read(buffer);
/frameworks/base/core/java/android/util/
H A DAtomicFile.java89 // Rename the current file so it may be used as a backup during the next read
124 * commit the new data. The next attempt to read the atomic file
185 * opening for read. You should call close() on the FileInputStream when
227 int amt = stream.read(data, pos, data.length-pos);
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DFilePart.java224 while ((len = instream.read(tmp)) >= 0) {
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java57 // Rename the current file so it may be used as a backup during the next read
157 int amt = stream.read(data, pos, data.length-pos);
/frameworks/base/core/jni/
H A Dandroid_ddm_DdmHandleNativeHeap.cpp61 while ((byteCount = TEMP_FAILURE_RETRY(read(fd, bytes, sizeof(bytes)))) > 0) {
H A Dandroid_util_FileObserver.cpp63 int num_bytes = read(fd, event_buf, sizeof(event_buf));
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DMacAuthenticatedInputStreamTest.java109 while (is.read() != -1) {
113 fail("read too many bytes");
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java92 while ((length = reader.read(buffer)) != -1) {
/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java37 /* Should be used when we need to read from local file */
43 /* Should be used when we need to read from local file */
53 // read the entire data
54 bufferedStream.read(data);
/frameworks/base/rs/java/android/renderscript/
H A DScriptC.java110 int bytesRead = is.read(pgm, pgmLength, bytesLeft);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DExpatPerformanceTest.java49 while ((length = in.read(buffer)) != -1) {

Completed in 1547 milliseconds

1234567891011>>