Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DTextOutput.h113 inline int32_t singleLineCutoff() const;
202 inline int32_t HexDump::singleLineCutoff() const { return mSingleLineCutoff; } in singleLineCutoff() function
/frameworks/native/libs/binder/
DTextOutput.cpp67 val.singleLineCutoff(), val.alignment(), val.carrayStyle(), in operator <<()