Home
last modified time | relevance | path

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

/aosp12/system/libhwbinder/
H A DDebug.cpp160 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData() argument
176 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
182 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
188 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
200 const bool oneLine = (int32_t)length <= singleLineBytesCutoff; in printHexData()
/aosp12/frameworks/native/libs/binder/
H A DDebug.cpp176 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData() argument
192 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
198 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
204 if (singleLineBytesCutoff < 0) func(cookie, "\n"); in printHexData()
216 const bool oneLine = (int32_t)length <= singleLineBytesCutoff; in printHexData()
H A DDebug.h36 size_t bytesPerLine=16, int32_t singleLineBytesCutoff=16,
/aosp12/system/libhwbinder/include/hwbinder/
H A DDebug.h42 size_t bytesPerLine=16, int32_t singleLineBytesCutoff=16,