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

Commit 65146ab4 authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Fix spike method calling" into main

parents bfb0a089 7bbdbdff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,7 @@ int APerformanceHint_notifyWorkloadSpike(APerformanceHintSession* session, bool
    if (!useNewLoadHintBehavior()) {
        return ENOTSUP;
    }
    return session->notifyWorkloadReset(cpu, gpu, debugName);
    return session->notifyWorkloadSpike(cpu, gpu, debugName);
}

int APerformanceHint_setNativeSurfaces(APerformanceHintSession* session,