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

/frameworks/native/libs/binder/
H A DParcel.cpp352 status_t err = restartWrite(len);
1361 status_t Parcel::restartWrite(size_t desired) function in class:android::Parcel
1382 ALOGV("restartWrite Setting data size of %p to %d\n", this, mDataSize);
1383 ALOGV("restartWrite Setting data pos of %p to %d\n", this, mDataPos);

Completed in 152 milliseconds