Loading core/java/android/view/SurfaceControl.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/java/android/view/SurfaceControl.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading