HomeSort by relevance Sort by last modified time
    Searched defs:CommandWriterBase (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
ComposerCommandBuffer.h 63 class CommandWriterBase : public V2_1::CommandWriterBase {
65 CommandWriterBase(uint32_t initialMaxSize) : V2_1::CommandWriterBase(initialMaxSize) {}
97 V2_1::CommandWriterBase::beginCommand(
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 55 class CommandWriterBase {
57 CommandWriterBase(uint32_t initialMaxSize) : mDataMaxSize(initialMaxSize) {
62 virtual ~CommandWriterBase() { reset(); }

Completed in 75 milliseconds