HomeSort by relevance Sort by last modified time
    Searched refs:mDataPos (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/binder/
Parcel.cpp 413 return (mDataSize > mDataPos ? mDataSize : mDataPos);
427 return mDataPos;
460 mDataPos = pos;
500 int startPos = mDataPos;
541 memcpy(mData + mDataPos, data + offset, len);
542 mDataPos += len;
686 mDataPos += len;
687 ALOGV("finishWrite Setting data pos of %p to %zu", this, mDataPos);
688 if (mDataPos > mDataSize)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 419 mutable size_t mDataPos;

Completed in 160 milliseconds