Home | History | Annotate | Download | only in binder

Lines Matching full:continuewrite

332     err = continueWrite(size);
348 if (size > mDataCapacity) return continueWrite(size);
1436 : continueWrite(newSize);
1443 return continueWrite(desired);
1474 status_t Parcel::continueWrite(size_t desired)
1537 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1577 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1581 ALOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);
1595 ALOGE("continueWrite: %d/%p/%d/%d", mDataCapacity, mObjects, mObjectsCapacity, desired);
1600 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1601 ALOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);