Home
last modified time | relevance | path

Searched refs:CommandWriterBase (Results 1 – 14 of 14) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h144 if (length != CommandWriterBase::kSelectDisplayLength) { in executeSelectDisplay()
155 if (length != CommandWriterBase::kSelectLayerLength) { in executeSelectLayer()
165 if (length != CommandWriterBase::kSetColorTransformLength) { in executeSetColorTransform()
218 if (length != CommandWriterBase::kSetOutputBufferLength) { in executeSetOutputBuffer()
249 if (length != CommandWriterBase::kValidateDisplayLength) { in executeValidateDisplay()
273 if (length != CommandWriterBase::kPresentOrValidateDisplayLength) { in executePresentOrValidateDisplay()
315 if (length != CommandWriterBase::kAcceptDisplayChangesLength) { in executeAcceptDisplayChanges()
328 if (length != CommandWriterBase::kPresentDisplayLength) { in executePresentDisplay()
347 if (length != CommandWriterBase::kSetLayerCursorPositionLength) { in executeSetLayerCursorPosition()
361 if (length != CommandWriterBase::kSetLayerBufferLength) { in executeSetLayerBuffer()
[all …]
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h63 class CommandWriterBase : public V2_1::CommandWriterBase {
65 CommandWriterBase(uint32_t initialMaxSize) : V2_1::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
97 V2_1::CommandWriterBase::beginCommand( in beginCommand_2_2()
/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
DComposerCommandBuffer.h46 class CommandWriterBase : public V2_2::CommandWriterBase {
68 CommandWriterBase(uint32_t initialMaxSize) : V2_2::CommandWriterBase(initialMaxSize) {} in CommandWriterBase() function
124 V2_2::CommandWriterBase::beginCommand_2_2( in beginCommand_2_3()
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerCommandEngine.h75 if (length != CommandWriterBase::kSetLayerFloatColorLength) { in executeSetLayerFloatColor()
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp83 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
124 std::unique_ptr<CommandWriterBase> mWriter;
149 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
166 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerCommandEngine.h54 if (length != CommandWriterBase::kSetLayerColorTransformLength) { in executeSetLayerColorTransform()
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h69 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h113 void execute(TestCommandReader* reader, CommandWriterBase* writer);
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h55 class CommandWriterBase {
57 CommandWriterBase(uint32_t initialMaxSize) : mDataMaxSize(initialMaxSize) { in CommandWriterBase() function
62 virtual ~CommandWriterBase() { reset(); } in ~CommandWriterBase()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp77 virtual void write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
181 mWriter = std::make_shared<CommandWriterBase>(1024); in SetUp()
275 std::shared_ptr<CommandWriterBase> mWriter;
387 void write(const std::shared_ptr<CommandWriterBase>& writer) override { in write()
429 void write(const std::shared_ptr<CommandWriterBase>& writer) override { in write()
460 void setToClientComposition(const std::shared_ptr<CommandWriterBase>& writer) { in setToClientComposition()
DVtsHalGraphicsComposerV2_2TargetTest.cpp163 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
181 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp62 void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer) { in execute()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp676 mWriter = std::make_unique<CommandWriterBase>(1024); in SetUp()
694 std::unique_ptr<CommandWriterBase> mWriter;
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp287 void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* writer) { in execute()