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 311 return (mDataSize > mDataPos ? mDataSize : mDataPos);
327 return mDataPos;
348 mDataPos = pos;
376 int startPos = mDataPos;
411 memcpy(mData + mDataPos, data + offset, len);
412 mDataPos += len;
544 mDataPos += len;
545 ALOGV("finishWrite Setting data pos of %p to %zu", this, mDataPos);
546 if (mDataPos > mDataSize)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 255 mutable size_t mDataPos;

Completed in 2779 milliseconds