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

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

Completed in 86 milliseconds