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

  /frameworks/native/include/binder/
TextOutput.h 121 int32_t mSingleLineCutoff;
176 mSingleLineCutoff = bytes; return *this;
188 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; }
  /frameworks/native/libs/binder/
TextOutput.cpp 152 , mSingleLineCutoff(16)

Completed in 35 milliseconds