Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DTextOutput.h117 int32_t mSingleLineCutoff; variable
186 mSingleLineCutoff = bytes; return *this; in setSingleLineCutoff()
198 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; } in singleLineCutoff()
/system/libhwbinder/
DTextOutput.cpp56 , mSingleLineCutoff(16) in HexDump()