Searched defs:readObject (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java38 public Object readObject() { method in class:Decoder
76 Object o = readObject();
86 m.put(key, readObject());
/frameworks/base/core/java/android/util/
H A DRational.java512 private void readObject(java.io.ObjectInputStream in) method in class:Rational
/frameworks/av/media/mtp/
H A DMtpDevice.cpp644 bool MtpDevice::readObject(MtpObjectHandle handle, function in class:android::MtpDevice
652 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { function in class:android::MtpDevice
653 ALOGD("readObject: %s", destPath);
666 bool result = readObject(handle, fd);
671 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { function in class:android::MtpDevice
672 ALOGD("readObject: %d", fd);
715 ALOGE("readObject error length: %d", fullLength);
/frameworks/native/libs/binder/
H A DParcel.cpp333 const flat_binder_object* flat = in.readObject(false);
352 const flat_binder_object* flat = in.readObject(false);
1987 const flat_binder_object* flat = readObject(true);
2096 const flat_binder_object* Parcel::readObject(bool nullMetaData) const function in class:android::Parcel
2107 ALOGV("readObject Setting data pos of %p to %zu", this, mDataPos);
2134 ALOGV("readObject Setting data pos of %p to %zu", this, mDataPos);
2147 ALOGV("readObject Setting data pos of %p to %zu", this, mDataPos);
/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 650 milliseconds