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

/frameworks/native/include/binder/
H A DParcel.h370 status_t restartWrite(size_t desired);
/frameworks/native/libs/binder/
H A DParcel.cpp484 status_t err = restartWrite(len);
2324 status_t Parcel::restartWrite(size_t desired) function in class:android::Parcel
2359 ALOGV("restartWrite Setting data size of %p to %zu", this, mDataSize);
2360 ALOGV("restartWrite Setting data pos of %p to %zu", this, mDataPos);

Completed in 365 milliseconds