Searched refs:singleLineBytesCutoff (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/libhwbinder/ |
H A D | Debug.cpp | 160 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 D | Debug.cpp | 176 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 D | Debug.h | 36 size_t bytesPerLine=16, int32_t singleLineBytesCutoff=16,
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Debug.h | 42 size_t bytesPerLine=16, int32_t singleLineBytesCutoff=16,
|