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

123456

/frameworks/rs/
H A DrsAllocation.cpp222 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t lod, function in class:Allocation
228 sprintf(buf, "Allocation::read called with mismatched size expected %zu, got %zu",
238 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, function in class:Allocation
256 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, function in class:Allocation
719 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
758 a->read(rsc, 0, 0, 0, 0, t->getDimX(), t->getDimY(), t->getDimZ(),
761 a->read(rsc, 0, 0, 0, RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
764 a->read(rsc, 0, 0, t->getDimX(), data, sizeBytes);
953 a->read(rsc, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
961 a->read(rs
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp390 ssize_t read(uint8_t* buf, size_t offset, size_t count);
416 ssize_t JniInputStream::read(uint8_t* buf, size_t offset, size_t count) { function in class:JniInputStream
479 ssize_t read(uint8_t* buf, size_t offset, size_t count);
502 ssize_t JniInputByteBuffer::read(uint8_t* buf, size_t offset, size_t count) { function in class:JniInputByteBuffer
622 ssize_t bytesRead = mInput->read(rowBytes, rowFillAmt, rowSize);
1006 gInputStreamClassInfo.mReadMethod = GetMethodIDOrDie(env, inputStreamClazz, "read", "([BII)I");
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp257 ALOGE("Could not read interface %s flags: %d\n", ifname, errno);
2482 int read = klogctl(/* SYSLOG_ACTION_READ_ALL */ 3, buf, size); local
2483 if (read < 0) {
2484 ALOGD("can't read logs - %d", read);
2488 ALOGV("read %d bytes", read);
2491 if (read != size) {
2492 ALOGV("read %d bytes, expecting %d", read, siz
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java95 * <p>Other apps that are not selected as the default SMS app can only <em>read</em> the SMS
100 * read special incoming messages such as to perform phone number verification.</p>
102 * <p>For more information about building SMS apps, read the blog post, <a
174 * Has the message been read?
177 public static final String READ = "read";
266 * This column is read-only. It is set by the provider and can not be changed by apps.
334 * @param read true if the message has been read, false if not
341 Long date, boolean read, boolean deliveryReport) {
343 resolver, uri, address, body, subject, date, read, deliveryRepor
339 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
361 addMessageToUri(int subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
383 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
407 addMessageToUri(int subId, ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
523 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
543 addMessage(int subId, ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp81 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
492 // MPEG2 tracks do not provide CSD, so read the stream header
1127 ALOGV("read original format: %d", original_fourcc);
2205 // advance read pointer so we don't end up reading this again
3971 // read CencSampleAuxiliaryDataFormats
4306 status_t MPEG4Source::read( function in class:android::MPEG4Source
/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 1068 milliseconds

123456