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

/frameworks/native/include/binder/
H A DParcel.h215 status_t restartWrite(size_t desired);
/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 298 milliseconds