1. 13 Sep, 2016 1 commit
  2. 12 Sep, 2016 3 commits
  3. 11 Sep, 2016 1 commit
  4. 10 Sep, 2016 1 commit
  5. 09 Sep, 2016 3 commits
    • Mathieu Chartier's avatar
      Unlink app image if copy fails for A/B OTA · a029c072
      Mathieu Chartier authored
      Usually this happens when the app was recompiled with interpret-only.
      In this case, move_ab_path will fail for the app image. If this
      occurs, delete the existing app image to not have a stale one wasting
      storage space.
      
      Test: Make fake AB ota, delete the a/b generated app image, take the
      OTA, ensure there is no stale app image after reboot. Also tested
      that other apps with valid app images still had an image.
      
      Bug: 31323617
      Change-Id: I699b5eb3dc8f82759c284a1d299865b2c3a890d0
      a029c072
    • Eino-Ville Talvala's avatar
      DO NOT MERGE ANYWHERE: BufferQueue consumers: Add discardFreeBuffer method · 82110471
      Eino-Ville Talvala authored
      This method releases all free buffers owned by the buffer queue,
      in order to save memory (at the cost of potential future
      reallocation of buffers).
      
      Bug: 28695173
      Change-Id: I458d10373e639e3144faf673af2ba01aca36e65a
      82110471
    • Dan Stoza's avatar
      Update default DispSync offsets · 28ffe198
      Dan Stoza authored
      Updates the default DispSync offsets to 1ms/1ms to avoid SurfaceFlinger
      racing against hardware vsync on untuned video-mode panels, which can
      result in a significant number of dropped frames. Also moves and
      updates the documentation of the offsets, which used to live in
      build/target/board/generic/BoardConfig.mk.
      
      Bug: 30801895
      Change-Id: I4cb09d840e2f16fb3d05df4d7abf58d9ba36f83b
      28ffe198
  6. 08 Sep, 2016 3 commits
  7. 07 Sep, 2016 2 commits
  8. 04 Sep, 2016 1 commit
  9. 01 Sep, 2016 2 commits
  10. 30 Aug, 2016 4 commits
  11. 29 Aug, 2016 2 commits
  12. 28 Aug, 2016 1 commit
  13. 25 Aug, 2016 3 commits
  14. 24 Aug, 2016 2 commits
  15. 23 Aug, 2016 2 commits
  16. 20 Aug, 2016 1 commit
    • Peng Xu's avatar
      Fix dangerous unsafe_get() in SensorRecord · eb05947a
      Peng Xu authored
      Change raw pointers to wp<> and constify relevant lines in
      SensorRecord.
      
      Bug: 30261110
      
      Change-Id: I7f28c593366af44192991061fa5f71cf925b22a8
      (cherry picked from commit ded526e8c3539b5986b46dffc1ff8ab15d7da570)
      eb05947a
  17. 19 Aug, 2016 8 commits