Home
last modified time | relevance | path

Searched defs:bytesPerLine (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/binder/
DTextOutput.h172 inline HexDump& HexDump::setBytesPerLine(size_t bytesPerLine) { in setBytesPerLine()
187 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine() function
/frameworks/native/libs/binder/
DTextOutput.cpp148 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) in HexDump()
DDebug.cpp158 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData()