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

  /frameworks/base/libs/protoutil/src/
ProtoOutputStream.cpp 29 mCopyBegin(0),
46 mCopyBegin = 0;
344 if (mCopyBegin < rawBufferSize) {
345 mBuffer.copy(mCopyBegin, rawBufferSize - mCopyBegin);
430 mBuffer.copy(mCopyBegin, mBuffer.ep()->pos() - mCopyBegin);
434 mCopyBegin = mBuffer.ep()->pos();
  /frameworks/base/libs/protoutil/include/android/util/
ProtoOutputStream.h 138 size_t mCopyBegin;
  /frameworks/base/core/java/android/util/proto/
ProtoOutputStream.java 222 private int mCopyBegin;
    [all...]

Completed in 83 milliseconds