Home
last modified time | relevance | path

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

/system/tools/hidl/host_utils/
DFormatter.cpp162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock()
200 for (const WrappedOutput::Block& subBlock : block.blocks) { in printBlock()
205 Formatter& Formatter::operator<<(const WrappedOutput& wrappedOutput) { in operator <<()
257 WrappedOutput::Block::Block(const std::string& content, Block* const parent) in Block()
260 size_t WrappedOutput::Block::computeSize(bool wrapped) const { in computeSize()
279 void WrappedOutput::Block::print(Formatter& out, bool wrapped) const { in print()
296 WrappedOutput::WrappedOutput(size_t lineLength) in WrappedOutput() function in android::WrappedOutput
301 WrappedOutput& WrappedOutput::operator<<(const std::string& str) { in operator <<()
316 WrappedOutput& WrappedOutput::printUnlessWrapped(const std::string& str) { in printUnlessWrapped()
329 void WrappedOutput::group(const std::function<void(void)>& block) { in group()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h29 struct WrappedOutput { struct
30 WrappedOutput(size_t lineLength);
33 WrappedOutput& operator<<(const std::string& str);
34 WrappedOutput& printUnlessWrapped(const std::string& str);
168 Formatter& operator<<(const WrappedOutput& wrappedOutput);
193 void printBlock(const WrappedOutput::Block& block, size_t lineLength);
/system/tools/hidl/
DMethod.cpp255 WrappedOutput* wrappedOutput, const std::string& attachToLast) { in fillHidlArgResultTokens()
278 WrappedOutput wrappedOutput(MAX_LINE_LENGTH); in emitHidlDefinition()
/system/tools/hidl/hidl2aidl/
DAidlInterface.cpp39 static void emitAidlMethodParams(WrappedOutput* wrappedOutput, in emitAidlMethodParams()
318 WrappedOutput wrappedOutput(MAX_LINE_LENGTH); in emitAidl()