mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Client composition test was broken because there was a buffer created at the test creation and this is not how this test works for client composition trigger. And for the fence that was used is different from what it needs previously fence was acquired through gralloc but now it's internal to the Graphic Buffer and we no longer have to wait for the fence to signal it's taken care by the graphicBuffer->unlock call, the unlock call waits for us. See for unlock https://source.corp.google.com/android/frameworks/native/libs/ui/GraphicBufferMapper.cpp;rcl=HEAD;l=139 BUG: 216170021 Test: atest VtsHalGraphicsComposer3_TargetTest Change-Id: I8fa25d8910a4e2b1df2f0e2270445a658e3b1a39