Home | History | Annotate | Download | only in binder

Lines Matching refs:continueWrite

330     err = continueWrite(size);
346 if (size > mDataCapacity) return continueWrite(size);
1349 : continueWrite(newSize);
1356 return continueWrite(desired);
1387 status_t Parcel::continueWrite(size_t desired)
1448 LOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1488 LOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1492 LOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);
1506 LOGE("continueWrite: %d/%p/%d/%d", mDataCapacity, mObjects, mObjectsCapacity, desired);
1511 LOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1512 LOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);