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

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp70 /// readObject - read section header and create LDSections.
71 bool ELFObjectReader::readObject(Input& pInput) function in class:ELFObjectReader
/frameworks/av/media/mtp/
H A DMtpDevice.cpp575 bool MtpDevice::readObject(MtpObjectHandle handle, function in class:android::MtpDevice
587 ALOGE("readObject error objectSize: %d, length: %d",
668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { function in class:android::MtpDevice
669 ALOGD("readObject: %s", destPath);
/frameworks/native/libs/binder/
H A DParcel.cpp239 const flat_binder_object* flat = in.readObject(false);
258 const flat_binder_object* flat = in.readObject(false);
1096 const flat_binder_object* flat = readObject(true);
1165 const flat_binder_object* Parcel::readObject(bool nullMetaData) const function in class:android::Parcel
1176 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1203 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1216 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);

Completed in 63 milliseconds