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

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

Merge "Add ADPF FMQ implementation for PerformanceHintManager" into main

parents bf140bda 3333335b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -108,6 +108,10 @@ APerformanceHintSession* APerformanceHint_createSessionInternal(APerformanceHint
                                        const int32_t* threadIds, size_t size,
                                        int64_t initialTargetWorkDurationNanos, SessionTag tag);

/**
 * Forces FMQ to be enabled or disabled, for testing only.
 */
void APerformanceHint_setUseFMQForTesting(bool enabled);

__END_DECLS