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

Commit 4d8cfec9 authored by Steven Thomas's avatar Steven Thomas Committed by Automerger Merge Worker
Browse files

Merge "Add acquireFrameRateFlexibilityToken permission comment" into rvc-dev...

Merge "Add acquireFrameRateFlexibilityToken permission comment" into rvc-dev am: 288c434f am: c9af9ec0 am: 40493ddb

Change-Id: I4a021814d4eeed6a439f7c6aeae7fdeb6c77909b
parents 904acda6 40493ddb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2888,7 +2888,8 @@ public final class SurfaceControl implements Parcelable {
    /**
     * Acquire a frame rate flexibility token, which allows surface flinger to freely switch display
     * frame rates. This is used by CTS tests to put the device in a consistent state. See
     * ISurfaceComposer::acquireFrameRateFlexibilityToken().
     * ISurfaceComposer::acquireFrameRateFlexibilityToken(). The caller must have the
     * ACCESS_SURFACE_FLINGER permission, or else the call will fail, returning 0.
     * @hide
     */
    @TestApi