Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h121 int32_t mSingleLineCutoff; variable
190 mSingleLineCutoff = bytes; return *this; in setSingleLineCutoff()
202 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; } in singleLineCutoff()
/aosp12/system/libhwbinder/
H A DTextOutput.h111 int32_t mSingleLineCutoff; variable
180 mSingleLineCutoff = bytes; return *this; in setSingleLineCutoff()
192 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; } in singleLineCutoff()
H A DTextOutput.cpp56 , mSingleLineCutoff(16) in HexDump()
/aosp12/frameworks/native/libs/binder/
H A DTextOutput.cpp55 , mSingleLineCutoff(16) in HexDump()