Loading graphics/composer/2.1/utils/vts/ComposerVts.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,8 @@ void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* write ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); reader->parse(); }); reader->reset(); writer->reset(); } } // namespace vts Loading graphics/composer/2.2/utils/vts/ComposerVts.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,8 @@ void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriter ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); reader->parse(); }); reader->reset(); writer->reset(); } Display ComposerClient::createVirtualDisplay_2_2(uint32_t width, uint32_t height, Loading Loading
graphics/composer/2.1/utils/vts/ComposerVts.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -311,6 +311,8 @@ void ComposerClient::execute(TestCommandReader* reader, CommandWriterBase* write ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); reader->parse(); }); reader->reset(); writer->reset(); } } // namespace vts Loading
graphics/composer/2.2/utils/vts/ComposerVts.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,8 @@ void ComposerClient::execute(V2_1::vts::TestCommandReader* reader, CommandWriter ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); reader->parse(); }); reader->reset(); writer->reset(); } Display ComposerClient::createVirtualDisplay_2_2(uint32_t width, uint32_t height, Loading