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

/system/libhwbinder/
H A DParcel.cpp975 mBufCachePos = 0;
980 if(mBufCachePos == mObjectsSize)
982 LOG_BUFFER("updating cache from %zu to %zu", mBufCachePos, mObjectsSize);
983 for(size_t i = mBufCachePos; i < mObjectsSize; i++) {
995 mBufCachePos = mObjectsSize;
/system/libhwbinder/include/hwbinder/
H A DParcel.h203 mutable size_t mBufCachePos; member in class:android::hardware::Parcel
205 // clear mBufCachePos and mBufCache.
207 // update mBufCache for all objects between mBufCachePos and mObjectsSize

Completed in 611 milliseconds