Skip to content
Snippets Groups Projects
  1. Mar 07, 2015
  2. Mar 03, 2015
  3. Feb 25, 2015
  4. Feb 07, 2015
  5. Feb 06, 2015
  6. Feb 04, 2015
  7. Feb 03, 2015
  8. Jan 30, 2015
  9. Jan 29, 2015
  10. Jan 25, 2015
  11. Jan 24, 2015
  12. Dec 29, 2014
  13. Dec 16, 2014
  14. Dec 11, 2014
  15. Dec 05, 2014
  16. Dec 04, 2014
  17. Nov 18, 2014
  18. Nov 12, 2014
    • Bernhard Rosenkränzer's avatar
      Disable some clang warnings · 32df2312
      Bernhard Rosenkränzer authored
      
      Disable some clang warnings that can't be fixed in the code easily.
      
      The gnu-variable-sized-type-not-at-end extension is used heavily to
      allow adding members to a struct after a variably sized header.
      
      constant-logical-operand is triggered by code in l2c_utils.c that looks
      like the construct is correct in this use case.
      
      Change-Id: I3ff8bf5b6deb7a5807dc200a50f33b2583abb9c0
      Signed-off-by: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
      32df2312
  19. Oct 25, 2014
  20. Oct 18, 2014
  21. Oct 17, 2014
    • Andre Eisenbach's avatar
      A2DP: Lowering maximum PCM frame limit to avoid audio breaks · e8b59af9
      Andre Eisenbach authored
      Some car kits (notably Renesas car kits used in Nissan/Infiniti models)
      will throttle incoming A2DP frames if too many frames are sent at once.
      This patch lowers the maximum number of frames sent per tick to not
      overwhelm the remote device.
      
      Bug: 17880920
      Change-Id: I7bfbba625405c96159d1c94eebd8dc498f100daa
      e8b59af9
  22. Oct 16, 2014
  23. Oct 15, 2014
Loading