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

/system/libhwbinder/
H A DParcel.cpp456 status_t err = restartWrite(len);
1965 status_t Parcel::restartWrite(size_t desired) function in class:android::Parcel
2000 ALOGV("restartWrite Setting data size of %p to %zu", this, mDataSize);
2001 ALOGV("restartWrite Setting data pos of %p to %zu", this, mDataPos);

Completed in 54 milliseconds