Home
last modified time | relevance | path

Searched refs:mSingleLineCutoff (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DTextOutput.h116 int32_t mSingleLineCutoff; variable
185 mSingleLineCutoff = bytes; return *this; in setSingleLineCutoff()
197 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; } in singleLineCutoff()
/frameworks/native/libs/binder/
DTextOutput.cpp55 , mSingleLineCutoff(16) in HexDump()