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

/frameworks/native/libs/binder/
H A DParcel.cpp459 status_t err = restartWrite(len);
2568 status_t Parcel::restartWrite(size_t desired) function in class:Parcel
2603 ALOGV("restartWrite Setting data size of %p to %zu", this, mDataSize);
2604 ALOGV("restartWrite Setting data pos of %p to %zu", this, mDataPos);

Completed in 16 milliseconds