Skip to content
Snippets Groups Projects
  1. Jan 16, 2024
  2. Nov 16, 2023
  3. Nov 14, 2023
  4. Nov 09, 2023
  5. Nov 07, 2023
  6. Oct 02, 2023
    • Andy Yu's avatar
      Remove FrameRate Enum to allow all possible frame rate values · 026a007f
      Andy Yu authored
      Previously we restricted the frame rate override of game intervention to
      a certain set of values, which is now not scalable and not compatible to
      all devices.
      
      In addition, SurfaceFlinger is able to choose the proper
      frame rate to run at, there is no longer a need to impose such
      restriction to available frame rates.
      
      Bug: 296988493
      Bug: 253178812
      
      Tested on Pixel 7 Pro userdebug
      Test: atest GameManagerServiceTests
      Test: atest GameManagerTests
      Test: atest CtsFrameRateOverrideTestCases
      
      Change-Id: I2e2e18a9ec0d1a2fd505464a1297e9b7f9874d1c
      Merged-In: I2e2e18a9ec0d1a2fd505464a1297e9b7f9874d1c
      (cherry picked from commit b3e07d83)
      026a007f
  7. Sep 12, 2023
    • Patrick Williams's avatar
      Use display transform in WindowInfosListenerForTest · b5c6cc39
      Patrick Williams authored
      This fixes some test issues when physical and logical display sizes differ.
      
      Bug: 294251187
      Bug: 296424695
      Test: SurfaceControlViewHostTests after running `adb shell wm size 800x1920`
      Change-Id: Id9553b7d965ecaa6adf9c5c7acffe2f57576c716
      Merged-In: Id9553b7d965ecaa6adf9c5c7acffe2f57576c716
      (cherry picked from commit f103479f)
      b5c6cc39
  8. Aug 18, 2023
    • Santiago Seifert's avatar
      Remove callback upon MediaSession#release · 3cfa79c5
      Santiago Seifert authored
      This change prevents all callbacks from MediaSession after
      the app calls MediaSession#release. Concretely, this change
      fixes flakiness in MediaControllerTest, where the callback
      implementation tries to access the media session after its
      corresponding field has been set to null.
      
      Bug: 294178159
      Bug: 283873741
      Test: atest CtsMediaBetterTogetherTestCases
      Change-Id: I112fa5df6aafdb2774ed65c2d08ab1eb680e6b47
      (cherry picked from commit 9452bb9f)
      Merged-In: I112fa5df6aafdb2774ed65c2d08ab1eb680e6b47
      3cfa79c5
  9. Jun 22, 2023
Loading