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

Commit 3377820e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update ISurfaceComposerClient#mirrorSurface params" into main

parents 787be2da e721fee3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -217,7 +217,8 @@ class FakeBnSurfaceComposerClient : public gui::BnSurfaceComposerClient {
                (const sp<IBinder>& handle, gui::FrameStats* outStats), (override));

    MOCK_METHOD(binder::Status, mirrorSurface,
                (const sp<IBinder>& mirrorFromHandle, gui::CreateSurfaceResult* outResult),
                (const sp<IBinder>& mirrorFromHandle, const sp<IBinder>& stopAtHandle,
                 gui::CreateSurfaceResult* outResult),
                (override));

    MOCK_METHOD(binder::Status, mirrorDisplay,