Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h37 struct Block { struct
43 bool populated = false;
44 bool printUnlessWrapped = false;
47 std::string content;
48 std::vector<Block> blocks;
50 Block* const parent;
/system/chre/util/include/chre/util/system/
Dsynchronized_expandable_memory_pool.h43 using Block = ::chre::MemoryPool<ElementType, kMemoryPoolSize>; variable
/system/chre/util/include/chre/util/
Dsegmented_queue.h43 using Block = ::chre::RawStorage<ElementType, kBlockSize>; variable
/system/tools/hidl/host_utils/
DFormatter.cpp257 WrappedOutput::Block::Block(const std::string& content, Block* const parent) in Block() function in android::WrappedOutput::Block