Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c06aff8c authored by Valerie Hau's avatar Valerie Hau Committed by Android (Google) Code Review
Browse files

Merge "Clearing reader and writer queues in executeCommands for HWC VTS Tests"

parents cc7dc2f5 cbe8e9ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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,