Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h186 inline HexDump& HexDump::setBytesPerLine(size_t bytesPerLine) { in setBytesPerLine()
201 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine() function
/aosp12/system/libhwbinder/
H A DTextOutput.h176 inline HexDump& HexDump::setBytesPerLine(size_t bytesPerLine) { in setBytesPerLine()
191 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine() function
H A DTextOutput.cpp52 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) in HexDump()
H A DDebug.cpp160 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData()
/aosp12/frameworks/native/libs/binder/
H A DTextOutput.cpp51 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) in HexDump()
H A DDebug.cpp176 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData()
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c320 const unsigned int bytesPerLine = 16; in testXDump() local