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 348 return (mDataSize > mDataPos ? mDataSize : mDataPos);
364 return mDataPos;
397 mDataPos = pos;
437 int startPos = mDataPos;
478 memcpy(mData + mDataPos, data + offset, len);
479 mDataPos += len;
623 mDataPos += len;
624 ALOGV("finishWrite Setting data pos of %p to %zu", this, mDataPos);
625 if (mDataPos > mDataSize)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 263 mutable size_t mDataPos;

Completed in 250 milliseconds