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.cpp651 bool MtpDevice::readObject(MtpObjectHandle handle, function in class:android::MtpDevice
659 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { function in class:android::MtpDevice
660 ALOGD("readObject: %s", destPath);
673 bool result = readObject(handle, fd);
678 bool MtpDevice::readObject(MtpObjectHandle handle, int fd) { function in class:android::MtpDevice
679 ALOGD("readObject: %d", fd);
722 ALOGE("readObject error length: %d", fullLength);
/frameworks/native/libs/binder/
H A DParcel.cpp307 const flat_binder_object* flat = in.readObject(false);
326 const flat_binder_object* flat = in.readObject(false);
2133 const flat_binder_object* flat = readObject(true);
2257 const flat_binder_object* Parcel::readObject(bool nullMetaData) const function in class:Parcel
2268 ALOGV("readObject Setting data pos of %p to %zu", this, mDataPos);
2295 ALOGV("readObject Setting data pos of %p to %zu", this, mDataPos);
2308 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 96 milliseconds