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

123456

/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);
2491 int read = klogctl(/* SYSLOG_ACTION_READ_ALL */ 3, buf, size); local
2492 if (read < 0) {
2493 ALOGD("can't read logs - %d", read);
2497 ALOGV("read %d bytes", read);
2500 if (read != size) {
2501 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.cpp76 virtual status_t read(MediaBuffer **buffer, const ReadOptions *options = NULL);
485 // MPEG2 tracks do not provide CSD, so read the stream header
1098 ALOGV("read original format: %d", original_fourcc);
2132 // advance read pointer so we don't end up reading this again
3850 // read CencSampleAuxiliaryDataFormats
4183 status_t MPEG4Source::read( function in class:android::MPEG4Source
/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 568 milliseconds

123456