Home
last modified time | relevance | path

Searched refs:printBlock (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/host_utils/
DFormatter.cpp162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock() function in android::Formatter
201 printBlock(subBlock, lineLength); in printBlock()
206 printBlock(wrappedOutput.mRootBlock, wrappedOutput.mLineLength); in operator <<()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h193 void printBlock(const WrappedOutput::Block& block, size_t lineLength);