Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/
H A DComposerCommandBuffer.h45 CommandWriterBase(uint32_t initialMaxSize) : V2_3::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
H A DComposerCommandBuffer.h58 CommandWriterBase(uint32_t initialMaxSize) : V2_1::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
H A DComposerCommandBuffer.h67 CommandWriterBase(uint32_t initialMaxSize) : V2_2::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
/aosp_15_r20/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h57 CommandWriterBase(uint32_t initialMaxSize) : mDataMaxSize(initialMaxSize) { in CommandWriterBase() function