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

/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.cpp241 const flat_binder_object* flat = in.readObject(false);
260 const flat_binder_object* flat = in.readObject(false);
1163 const flat_binder_object* flat = readObject(true);
1232 const flat_binder_object* Parcel::readObject(bool nullMetaData) const function in class:android::Parcel
1243 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1270 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1283 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);

Completed in 78 milliseconds