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

/system/libhwbinder/
H A DParcel.cpp504 status_t Parcel::finishWrite(size_t len) function in class:android::hardware::Parcel
514 ALOGV("finishWrite Setting data pos of %p to %zu", this, mDataPos);
517 ALOGV("finishWrite Setting data size of %p to %zu", this, mDataSize);
540 return finishWrite(len);
601 finishWrite(padded);
778 return finishWrite(sizeof(val));
1168 return finishWrite(sizeof(val));
/system/libhwbinder/include/hwbinder/
H A DParcel.h272 status_t finishWrite(size_t len);

Completed in 1343 milliseconds