Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
  2. Nov 14, 2022
  3. Nov 11, 2022
    • Alisher Alikhodjaev's avatar
      Merge changes Ifcde87f4,Ie0606e5d · f2d204c7
      Alisher Alikhodjaev authored
      * changes:
        Use waitForService() istead of getService()
        Get PackageManager from Context
      f2d204c7
    • Vikram Gaur's avatar
      ServiceManager APIs for Remote Key Provisioning mainline module. · 81a458a7
      Vikram Gaur authored
      ServiceManager.getDeclaredInstances is needed for Remote Key
      Provisioning mainline module to get all the implementations for
      IRemotelyProvisionedComponent.
      
      Test: build + usage in Remote Key Provisioning mainline module.
      Change-Id: I92545104fa9bc190fe7c2f84b33d5f8693fcc2a4
      81a458a7
    • Nolan Scobie's avatar
      Fix erroneous self deletion on SkImage creation failure · 892cac20
      Nolan Scobie authored
      TL;DR: Skia should always call releaseProc, and maybe sooner than we thought.
      
      There are multiple scenarios where SkImage:MakeFromTexture will fail,
      returning a nullptr and calling releaseProc due to a RefCntedCallback
      falling out of scope. Previously this could cause mUsageCount to fall to
      0, resulting in the AutoBackendTextureRelease deleting itself even
      though DeferredLayerUpdater owned a ref and expected it to still exist.
      
      Also added logging for some reasons that could cause the later call to
      MakeFromTexture to fail.
      
      Bug: b/246831853
      Test: hwui_unit_tests
      Change-Id: I7fd2566b9a85fe286f72b0fc42eba5450cac69b0
      Merged-In: I7fd2566b9a85fe286f72b0fc42eba5450cac69b0
      892cac20
    • Michael Groover's avatar
  4. Nov 10, 2022
  5. Nov 09, 2022
Loading