HomeSort by relevance Sort by last modified time
    Searched refs:mSingleLineCutoff (Results 1 - 4 of 4) 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; }
  /frameworks/native/libs/binder/
TextOutput.cpp 55 , mSingleLineCutoff(16)
  /system/libhwbinder/
TextOutput.cpp 56 , mSingleLineCutoff(16)

Completed in 110 milliseconds