1. 13 May, 2016 1 commit
    • Dan Stoza's avatar
      BufferQueue/SF: Add OccupancyTracker · e77c7669
      Dan Stoza authored
      Adds an OccupancyTracker to BufferQueue. This module keeps track of
      how many buffers are in the queue over time, which, in combination
      with various aggregation of these statistics, allows SurfaceFlinger
      to report what fraction of the time a given layer was double- or
      triple-buffered.
      
      Change-Id: Ida6e967dc5483c00a633e9fe03998e420dd88502
      e77c7669
  2. 12 May, 2016 7 commits
  3. 11 May, 2016 10 commits
  4. 10 May, 2016 4 commits
    • Jeff Sharkey's avatar
      Move both CE/DE storage areas to adopted storage. · 51c94495
      Jeff Sharkey authored
      Public APIs now support separate CE/DE storage areas on all devices,
      so they both need to be moved together.
      
      Bug: 25861755
      Change-Id: Ibe64a0c9ce0ef286adff2b66bfd432d14f1041d0
      51c94495
    • Jeff Sharkey's avatar
      Search both CE/DE storage when clearing caches. · 54e292e1
      Jeff Sharkey authored
      Now that we have two data storage locations, we need to scan them
      both when freeing up disk space.  Clean up logic to use new
      get_known_users() API.
      
      Bug: 26056125
      Change-Id: Ic05c0022d6f5eb438967b69402b1900678f3858b
      54e292e1
    • Dan Stoza's avatar
      SF: Apply translations to transparent region · 22f7fc45
      Dan Stoza authored
      Correctly applies translation-only transforms to the transparent
      region so that it aligns with the layer bounds in screen space.
      
      Bug: 28220791
      Change-Id: If9137b873f4b89890127671d8c45745e079f1cbc
      22f7fc45
    • Ashley Smith's avatar
      Removing feature managed_users. · 58572fb2
      Ashley Smith authored
      Wear is not supporting a work profile (or multiple profiles)
      for this release.
      
      Bug: 27409742
      Change-Id: If5398be6698f5c05ce8c0e0210a607e531f646bf
      58572fb2
  5. 09 May, 2016 17 commits
  6. 06 May, 2016 1 commit
    • Peng Xu's avatar
      DO NOT MERGE ANYWHERE Add AOSP Geomag and Game Rotation, and Gravity · 33a004b2
      Peng Xu authored
      Providing AOSP software implementation of Geomag Rotation Vector, Game
      Rotation Vector and Gravity sensors for platforms that does not have
      hardware implementation of these sensors but do have primitive sensors
      (accelerometers, gyrometers and magnetometers).
      
      Previously, AOSP Gravity sensor is enabled only when all primitive sensors are
      available. This is changed so that AOSP Gravity will be available even
      no magnetometer is in the device.
      
      Related bug/feature request:
          * b/17508800
          * b/22610016
      
      Change-Id: I4e2d3e544884047d66e7fdbce2282f1f8234eae9
      (cherry picked from commit f66684a6)
      33a004b2