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

  /frameworks/native/libs/binder/include/binder/
TextOutput.h 116 int32_t mSingleLineCutoff;
185 mSingleLineCutoff = bytes; return *this;
197 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; }
  /system/libhwbinder/include/hwbinder/
TextOutput.h 117 int32_t mSingleLineCutoff;
186 mSingleLineCutoff = bytes; return *this;
198 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; }

Completed in 200 milliseconds