Searched refs:HexDump (Results 1 - 4 of 4) sorted by relevance

/system/libhwbinder/include/hwbinder/
H A DTextOutput.h95 class HexDump class in namespace:android::hardware
98 HexDump(const void *buf, size_t size, size_t bytesPerLine=16);
99 inline ~HexDump();
101 inline HexDump& setBytesPerLine(size_t bytesPerLine);
102 inline HexDump& setSingleLineCutoff(int32_t bytes);
103 inline HexDump& setAlignment(size_t alignment);
104 inline HexDump& setCArrayStyle(bool enabled);
122 TextOutput& operator<<(TextOutput& to, const HexDump& val);
180 inline HexDump::~HexDump() { }
[all...]
/system/libhwbinder/
H A DTextOutput.cpp52 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) function in class:android::hardware::HexDump
65 TextOutput& operator<<(TextOutput& to, const HexDump& val)
H A DIPCThreadState.cpp839 alog << HexDump(cmds, bwr.write_size) << endl;
895 alog << HexDump(cmds, mIn.dataSize()) << endl;
H A DParcel.cpp1860 to << indent << HexDump(DATA, dataSize()) << dedent;
1870 HexDump bufferDump((const uint8_t*)buffer->buffer, (size_t)buffer->length);

Completed in 75 milliseconds